930
edits
Changes
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>
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>