Skip to content

Commit 2cf26d5

Browse files
committed
FDS Source: Switch default SMV parallel write to .FALSE.
1 parent 7e4b001 commit 2cf26d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/cons.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ MODULE GLOBAL_CONSTANTS
196196
LOGICAL :: SETUP_ONLY=.FALSE. !< Indicates that the calculation should be stopped before time-stepping
197197
LOGICAL :: CHECK_MESH_ALIGNMENT=.FALSE. !< Indicates that the user wants to check the mesh alignment and then stop
198198
LOGICAL :: 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.
200200
LOGICAL :: STATUS_FILES=.FALSE. !< Produce an output file CHID.notready which is deleted if the simulation completes
201201
LOGICAL :: LOCK_TIME_STEP=.FALSE. !< Do not allow time step to change for diagnostic purposes
202202
LOGICAL :: RESTRICT_TIME_STEP=.TRUE. !< Do not let the time step increase above its intial value

0 commit comments

Comments
 (0)