Output options (1) -------------------------------------------------------------------------------- .. rst-class:: no-caption-number .. list-table:: **infout** :header-rows: 0 * - Value - Explanation * - | (D=7) - | Option to specify output information in file(6). The notes followed by this table give the meanings of the category codes. See :numref:`sec-phitsout` for the detailed information on the categories. * - | =0 - | I * - | =1 - | I, II * - | =2 - | I, III * - | =3 - | I, IV * - | =4 - | I, II, III * - | =5 - | I, II, IV * - | =6 - | I, III, IV * - | =7 - | I, II, III, IV, VI * - | =8 - | I, II, III, IV, V, VI .. rst-class:: no-caption-number .. list-table:: **ncvalout** :header-rows: 0 * - Value - Explanation * - | (D=0) - | Option to output numbers defined as user-defined variables c :math:`i` to file(6)(D=phits.out). The number is output as many times as specified by ncvalout. .. rst-class:: no-caption-number .. list-table:: **nrecover** :header-rows: 0 * - Value - Explanation * - | (D=0) - | Number of warning messages output when the recovery of lost particles succeeds. .. rst-class:: no-caption-number .. list-table:: **ierrout** :header-rows: 0 * - Value - Explanation * - | (D=0) - | Option to output the line number, the subroutine and file names where error or warning message is written in the source program. * - | =0 - | No output. * - | =1 - | Output the information. For example, ---L:22332/R:param/F:read02.f indicates that the error (or warning) message is written at the 22332th line of read02.f, in subroutine param. .. rst-class:: no-caption-number .. list-table:: **idmprijk** :header-rows: 0 * - Value - Explanation * - | (D=0) - | Debug option to check the last random number (possible slow down). * - | =0 - | rijkdmp.inp will not be created. * - | =1 - | The history random number is dumped into rijkdmp.inp file. The file is overwritten at each history so the last random number can be obtained at abnormal stop. For MPI parallelization case, multiple files rijkdmp\*\*\*.inp can be obtained, where \*\*\* is the PE number. This option is not compatible with OpenMP.