Project

General

Profile

Configure appioncfg shared » History » Revision 2

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

h1. Configure .appion.cfg 

 # Create a hidden file called .appion.cfg in with 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; 
 # This file may be added to a users home directory on the processing host to override the configuration found in the installation directory.