FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Logfile_stampMessage (string, force) |
subroutine Logfile_stampMessage | ( | character(len=*), intent(in) | string, |
logical, intent(in), optional | force | ||
) |
string : message to stamp to the logfile
force : if force=true, the Logfile is stamped no matter what myPE calls Otherwise, only the MASTER_PE can stamp the logfile
NOTES
In general, only Driver_abort should set force=true. Otherwise, extremely slow behaviour or fatal errors may occur in multi- processor runs
Definition at line 36 of file Logfile_stampMessage.F90.