Project

General

Profile

Configure appioncfg shared » History » Version 5

Amber Herold, 05/03/2012 01:55 PM

1 1 Amber Herold
h1. Configure .appion.cfg
2
3 2 Amber Herold
# Create a hidden file called .appion.cfg in the myami directory, at the same level as the myami lib and bin folders. 
4 3 Amber Herold
 
5 2 Amber Herold
# Add the following contents:
6 1 Amber Herold
<pre>
7
ProcessingHostType=Torque
8
9
Shell=/bin/csh
10
11
ScriptPrefix=
12
13
ExecCommand=/usr/local/bin/qsub
14
15
StatusCommand=/usr/local/bin/qstat
16
17
AdditionalHeaders= -m e, -j oe
18
19
PreExecuteLines=
20
</pre>
21
# Modify the settings for your Processing Host
22 5 Amber Herold
23 4 Amber Herold
*Note:* This file may be added to a users home directory on the processing host to override the configuration found in the installation directory.