Project

General

Profile

Actions

Configure appioncfg shared » History » Revision 7

« Previous | Revision 7/13 (diff) | Next »
Anchi Cheng, 10/25/2013 11:11 PM


Configure .appion.cfg

  1. Create a hidden file called .appion.cfg in the myami directory, at one level above appionlib as the configuration for all users
    For example, from python command prompt
    import appionlib
    appionlib
    

    gives a path
    /usr/lib/python27/lib/site-packages/appionlib
    

    then the path where appion looks for this global configuration is
    /usr/lib/python27/lib/site-packages/.appion.cfg
    
Note: This file may be added to a users home directory on the processing host to override the configuration found in the installation directory.
 
  1. 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=
    
  2. Modify the settings for your Processing Host

Updated by Anchi Cheng about 11 years ago · 7 revisions