v0.14.0
Guidelines for bug reporting

bug on issue in BitBucket

Send issue/error to issues on BitBucket.

Guidelines for bug reporting

The more information that you convey about a bug, the easier it will be for us to target the problem. We suggest providing the following information:

  • Line command
  • Version and git commit id ( shown at beginning of analysis )
  • Error trace or full log file

In some specific cases, additionally you can

  • Send mesh file ( if file is not too big )
  • Run ctest
    ctest -D Experimental
    .

Example bug report

In this particular case a wrong name of mesh files was used to trigger error. Bug report for that case should be as follows:

Line command:

./elasticity -my_file aaa.cub -ksp_type fgmres -pc_type lu -pc_factor_mat_solver_type mumps -ksp_monitor

Error Trace:

[0]PETSC ERROR: --------------------- MoFEM Error Message---------------------------------------------------------------------------
[0]PETSC ERROR: MoFEM version 0.2.1
[0]PETSC ERROR: MoFEM git commit id b92aa7ece87bd423f082a11d120fd3b65c11c8f9
[0]PETSC ERROR: See http://mofem.eng.gla.ac.uk/mofem/html/guidelines_bug_reporting.html for bug reporting.
[0]PETSC ERROR: --------------------- Error Message --------------------------------------------------------------
[0]PETSC ERROR: Error code 7 at /mnt/home/MyBuild/mofem-cephas/mofem/users_modules/elasticity/elasticity.cpp:112
[0]PETSC ERROR: See http://www.mcs.anl.gov/petsc/documentation/faq.html for trouble shooting.
[0]PETSC ERROR: Petsc Development GIT revision: v3.5.3-1524-gee900cc GIT Date: 2015-01-31 17:44:15 -0600
[0]PETSC ERROR: /mofem_build/um_debug/elasticity/elasticity on a arch-linux2-c-debug named likask by root Fri Mar 20 14:59:28 2015
[0]PETSC ERROR: Configure options --download-blacs=1 --download-hypre=1 --download-metis=1 --download-moab --download-mumps=1 --download-netcdf=1 --download-parmetis=1 --download-ptscotch=1 --download-scalapack=1 --download-superlu_dist=1 --download-zoltan=1 --with-debugging=1 --with-hdf5-dir=/usr --with-hdf5=1 --with-mpi=1 --with-shared-libraries=1 1 = PETSC_ARCH=arch-linux2-c-debug
[0]PETSC ERROR: #1 main() line 112 in /mnt/home/MyBuild/mofem-cephas/mofem/users_modules/elasticity/elasticity.cpp
[0]PETSC ERROR: PETSc Option Table entries:
[0]PETSC ERROR: -ksp_monitor
[0]PETSC ERROR: -ksp_type fgmres
[0]PETSC ERROR: -my_file aaaa.cub
[0]PETSC ERROR: -pc_factor_mat_solver_type mumps
[0]PETSC ERROR: -pc_type lu
[0]PETSC ERROR: ----------------End of Error Message -------send entire error message to petsc-maint@mcs.anl.gov----------
[0]PETSC ERROR: ----------MoFEM End of Error Message -------send entire error message to mofem-group@googlegroups.com ----------
MoFEM::PETSC
@ PETSC
Definition: FormsIntegrators.hpp:105
c
const double c
speed of light (cm/ns)
Definition: initial_diffusion.cpp:39
MoFEM
implementation of Data Operators for Forces and Sources
Definition: Common.hpp:10
a
constexpr double a
Definition: approx_sphere.cpp:30
debug
static const bool debug
Definition: dm_create_subdm.cpp:12
main
int main(int argc, char *argv[])
Definition: activate_deactivate_dofs.cpp:15
ReactionDiffusionEquation::D
const double D
diffusivity
Definition: reaction_diffusion.cpp:20