Project

General

Profile

Configure appioncfg shared » History » Revision 3

Revision 2 (Amber Herold, 05/03/2012 01:54 PM) → Revision 3/13 (Amber Herold, 05/03/2012 01:55 PM)

h1. Configure .appion.cfg 

 # Create a hidden file called .appion.cfg in the myami directory, at the same level as the myami lib and bin folders.  
   $nbsp; 
 # Add the following contents: 
 <pre> 
 ProcessingHostType=Torque 

 Shell=/bin/csh 

 ScriptPrefix= 

 ExecCommand=/usr/local/bin/qsub 

 StatusCommand=/usr/local/bin/qstat 

 AdditionalHeaders= -m e, -j oe 

 PreExecuteLines= 
 </pre> 
 # Modify the settings for your Processing Host 
 &nbsp; $nbsp; 
 # This file may be added to a users home directory on the processing host to override the configuration found in the installation directory.