File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ MODULE GLOBAL_CONSTANTS
196196LOGICAL :: SETUP_ONLY= .FALSE. ! < Indicates that the calculation should be stopped before time-stepping
197197LOGICAL :: CHECK_MESH_ALIGNMENT= .FALSE. ! < Indicates that the user wants to check the mesh alignment and then stop
198198LOGICAL :: SMOKE3D= .TRUE. ! < Indicates that the 3D smoke and fire output is desired
199- LOGICAL :: SMV_PARALLEL_WRITE= .TRUE. ! < If true, the CHID.smv file is written in parallel using MPI-IO.
199+ LOGICAL :: SMV_PARALLEL_WRITE= .FALSE. ! < If true, the CHID.smv file is written in parallel using MPI-IO.
200200LOGICAL :: STATUS_FILES= .FALSE. ! < Produce an output file CHID.notready which is deleted if the simulation completes
201201LOGICAL :: LOCK_TIME_STEP= .FALSE. ! < Do not allow time step to change for diagnostic purposes
202202LOGICAL :: RESTRICT_TIME_STEP= .TRUE. ! < Do not let the time step increase above its intial value
You can’t perform that action at this time.
0 commit comments