GfsEventScript
From Gerris
(Difference between revisions)
| Revision as of 05:27, 11 April 2007 Popinet (Talk | contribs) ← Previous diff |
Revision as of 09:33, 26 June 2008 Dfuster (Talk | contribs) Next diff → |
||
| Line 15: | Line 15: | ||
| ;GfsPid: the processor number | ;GfsPid: the processor number | ||
| ;GFS_STOP: if the exit status of the shell script is <code>GFS_STOP</code> the simulation is terminated (the return status indicates a failure) | ;GFS_STOP: if the exit status of the shell script is <code>GFS_STOP</code> the simulation is terminated (the return status indicates a failure) | ||
| + | |||
| + | ===Examples=== | ||
| + | #[http://gfs.sourceforge.net/tests/tests/merging/merging.gfs.html Convergence for the three-way vortex merging problem] : Script | ||
Revision as of 09:33, 26 June 2008
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 (the return status indicates a failure)

