Actions
Configure appioncfg shared » History » Revision 10
« Previous |
Revision 10/13
(diff)
| Next »
Sargis Dallakyan, 10/30/2013 12:29 PM
see http://emg.nysbc.org/boards/15/topics/1791
Configure .appion.cfg¶
- 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 promptimport appionlib appionlib
gives<module 'appionlib' from '/usr/lib/python26/site-packages/appionlib/__init__.pyc'>
then the path where appion looks for this global configuration file is/usr/lib/python26/.appion.cfg
- 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=
- Modify the settings for your Processing Host
Updated by Sargis Dallakyan about 11 years ago · 10 revisions