public function tem_stop_file_exists(abortCriteria, rank) result(sf_exists)
Check if the stop file exists.
The check is only done by the root process and only if the stop_file
setting is not empty.
If the stop file exists, but is empty it is deleted after probing its
existence. Non-empty files are kept.
Thus, you can create a stop file that is to be deleted upon
encountering with: touch stop
While one, that should be kept can be created by:
echo keep > stop
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.