Changes

Using the MBNI Cluster

135 bytes added, 21:01, 3 October 2012
added command to specify RAM minimum for a submitted job
From within the current working directory
<pre>qsub -cwd ./scriptname.sh</pre>
To specify the minimum RAM of the computer to which the job is assigned use (for >70G):
<pre>qsub -l vf=70G -cwd ./scriptname.sh</pre>
==Find Jobs Running==