3.13 semaphores
- type: Action command
- function: Creates small files upon start, failure or normal exit, the presence of which can be
used as signals for scripts to monitor a batch of simulations.
&semaphores
STRING started = "%s.started";
STRING done = "%s.done";
STRING failed = "%s.failed";
&end