| |
|
|
|
Trigger Components
19.3 Trigger Components
19.3.1 Trigger Attributes
Table1: Trigger Attributes
19.3.2 Trigger Flags
Table 2: Trigger Flag Values
| Flag |
Description |
| attacherror
| If the trigger outputs anything to stderr, Moab will attach this as a message to the trigger object.
|
| cleanup
| If the trigger is still running when the parent object completes or is canceled, the trigger will be killed.
|
| checkpoint
| Moab should always checkpoint this trigger. See Checkpointing Triggers for more information.
|
| globalvars
| The trigger will look in the name space of all nodes with the globalvars flag in addition to its own name space. A specific node to search can be specified using the following format:
globalvars+node_id
|
| interval
| Trigger is periodic.
|
| multifire
| Trigger can fired multiple times.
|
| probe
| The trigger's stdout will be monitored.
|
| probeall
| The trigger's stdout will be monitored.
|
| user
| The trigger will execute under the user ID of the object's owner. If the parent object is sched, the user to run under may be explicitly specified using the format user+<username>, for example flags=user+john:
|
 |
When specifying multiple flags, each flag can be delimited by colons (:) or with square brackets ([ and ]); for example:
Flags=[user][cleanup][probe] or Flags=user:cleanup:probe |
See Also
Searches Moab documentation only
|