Using the MBNI Cluster: Difference between revisions
added qstat/qhost/qsub/qdel commands |
added command to specify RAM minimum for a submitted job |
||
| Line 2: | Line 2: | ||
From within the current working directory | From within the current working directory | ||
<pre>qsub -cwd ./scriptname.sh</pre> | <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== | ==Find Jobs Running== | ||