GfsEventScript
From Gerris
(Difference between revisions)
| Revision as of 20:27, 19 February 2007 Popinet (Talk | contribs) ← Previous diff |
Revision as of 20:28, 19 February 2007 Popinet (Talk | contribs) Next diff → |
||
| Line 14: | Line 14: | ||
| ;GfsIter: the iteration number | ;GfsIter: the iteration number | ||
| ;GfsPid: the processor number | ;GfsPid: the processor number | ||
| - | ;GFS_STOP: if the exit status of the shell script is GFS_STOP the simulation is terminated | + | ;GFS_STOP: if the exit status of the shell script is <code>GFS_STOP</code> the simulation is terminated |
Revision as of 20:28, 19 February 2007
GfsEventScript can be used to execute a shell-script at given intervals.
The syntax in parameter files is as follows:
[ GfsEvent ] { COMMANDS }
where COMMANDS is the script to be executed with /bin/sh.
Several shell variables are set:
- GfsTime
- the physical time
- GfsIter
- the iteration number
- GfsPid
- the processor number
- GFS_STOP
- if the exit status of the shell script is
GFS_STOPthe simulation is terminated

