Skip to content

Commit 227b91e

Browse files
committed
FDS Source: Only write warning for MPI_PROCESS=0
1 parent f484484 commit 227b91e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/read.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5288,7 +5288,7 @@ SUBROUTINE PROC_REAC_1
52885288
DO NS=1,RN%N_SPEC
52895289
IF (RN%N_S(NS) .LT. 1) THEN
52905290
IS_EXPONENT_LT_1 = .TRUE.
5291-
WRITE(LU_ERR,*)"Info: CVODE solver order set to 1 because one of the reaction involves exponent < 1.0. "
5291+
IF (MY_RANK==0) WRITE(LU_ERR,'(A)')"INFO: CVODE solver order set to 1 because one REAC has an N_S < 1."
52925292
EXIT
52935293
ENDIF
52945294
ENDDO

0 commit comments

Comments
 (0)