debug

Syntax

debug boolean_debug boolean_mpi
  • boolean_debug, boolean_mpi = t or f
    t is true
    f is faulse
    

Examples

debug t f
debug t t

Description

This command generates a writable file named debug for debugging purpose. The file is created only when boolean_debug = t; the unit number is 13. The user can then write whatever he/she wants to the debug file using unit number 13, i.e.,

write(13, format) output

When boolean_mpi = t, all processors have access to the debug file, otherwise only the root does.

None.

debug_init.f90

Default

debug f f