We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f484484 commit 227b91eCopy full SHA for 227b91e
Source/read.f90
@@ -5288,7 +5288,7 @@ SUBROUTINE PROC_REAC_1
5288
DO NS=1,RN%N_SPEC
5289
IF (RN%N_S(NS) .LT. 1) THEN
5290
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. "
+ IF (MY_RANK==0) WRITE(LU_ERR,'(A)')"INFO: CVODE solver order set to 1 because one REAC has an N_S < 1."
5292
EXIT
5293
ENDIF
5294
ENDDO
0 commit comments