Project

General

Profile

Actions

Configure appioncfg shared » History » Revision 4

« Previous | Revision 4/13 (diff) | Next »
Amber Herold, 05/03/2012 01:55 PM


Configure .appion.cfg

  1. Create a hidden file called .appion.cfg in the myami directory, at the same level as the myami lib and bin folders.
     
  2. Add the following contents:
    ProcessingHostType=Torque
    
    Shell=/bin/csh
    
    ScriptPrefix=
    
    ExecCommand=/usr/local/bin/qsub
    
    StatusCommand=/usr/local/bin/qstat
    
    AdditionalHeaders= -m e, -j oe
    
    PreExecuteLines=
    
  3. Modify the settings for your Processing Host
     
    Note: This file may be added to a users home directory on the processing host to override the configuration found in the installation directory.

Updated by Amber Herold about 12 years ago · 4 revisions