Changes

Jump to: navigation, search

Using the MBNI Cluster

335 bytes added, 16:51, 2 October 2012
added qstat/qhost/qsub/qdel commands
==Job Submission==
From within the current working directory
<pre>qsub -cwd ./scriptname.sh</pre>

==Find Jobs Running==
To find all jobs you are running:
<pre>qstat</pre>
To find all jobs running, and which computer they are running on
<pre>qhost -j</pre>

==Deleting a Job==
Find the job-ID using '''qstat'''
<pre>qdel <job-ID></pre>

Navigation menu