Difference between revisions of "Using the MBNI Cluster"

From Bridges Lab Protocols
Jump to: navigation, search
(added qstat/qhost/qsub/qdel commands)
(No difference)

Revision as of 16:51, 2 October 2012

Job Submission

From within the current working directory

qsub -cwd ./scriptname.sh

Find Jobs Running

To find all jobs you are running:

qstat

To find all jobs running, and which computer they are running on

qhost -j

Deleting a Job

Find the job-ID using qstat

qdel <job-ID>