6.12. Run

- Spawn Run Name:
Modify the automatic generation of the spawn name The following escape sequences will be replaced with:
- \I:
input name
- \a:
two letter run index aa,ab,ac…,ba,…
- \A:
two letter run index AA,AB,AC…,BA,…
- \n:
run index 1,2,3,…
- \2:
two digit run index 01,02,03,…
- \3:
three digit run index 001,002,003,…
- \4:
four digit run index 0001,0002,0003,…
- \x:
two hex-digit run index 01,02,…,0A,0B,…
- \X:
roman number I,II,III,IV,V,…
- /:
directory name
- *:
any-other character will be taken literally
- e.g.
- \2/\I → 01/Input 01/Input…Running each spawn job in asubdirectory\I_\a → Input_aa Input_ab…
- Attach timeout:
Timeout in seconds when trying to attach to a running process
- Refresh Interval:
Refreshing interval in the Run page to display the progress of a run
6.12.1. Queues / Submit command
Modify the queue / submit command in the Run Frame
To Add, Delete, Clone: Right-click on the listbox and select the appropriate command
To modify the value click directly on the item and type the command or the submit name
Predefined queues:
- *Default*:
The “*Default” should always be there and is the default queue that flair will use. The predefined program is the “nohup” (no hangup) a unix system program that detaches the process from its parent and redirects all its output to the nohup.out
- Local:
Spawn job locally as a child of flair. Closing of flair will kill the process. Not like nohup
- Nohup:
Equivalent to *Default* unless changed
- null:
Don’t do any run, simply generate all necessary files and commands, so they can be used for other cases.
- tsp:
task spooler. A small unix program (not installed on systems by default), creating a simple queue based spooler for a multi-core machine. Useful if you want to run multiple runs in sequential order and utilize all cores without exceeding the number of jobs > number of cores.