Configure appioncfg shared » History » Version 1
Amber Herold, 05/03/2012 01:43 PM
1 | 1 | Amber Herold | h1. Configure .appion.cfg |
---|---|---|---|
2 | |||
3 | # Create a hidden file called .appion.cfg with the following contents: |
||
4 | <pre> |
||
5 | ProcessingHostType=Torque |
||
6 | |||
7 | Shell=/bin/csh |
||
8 | |||
9 | ScriptPrefix= |
||
10 | |||
11 | ExecCommand=/usr/local/bin/qsub |
||
12 | |||
13 | StatusCommand=/usr/local/bin/qstat |
||
14 | |||
15 | AdditionalHeaders= -m e, -j oe |
||
16 | |||
17 | PreExecuteLines= |
||
18 | </pre> |
||
19 | # Modify the settings for your Processing Host |