SGE

From PHASTA Wiki
Jump to: navigation, search

List Queues:

 qconf -sql

Info about a Queue

 qconf -sq queue_name

Submission

 qsub -q queue_name -pe <TasksPerNode>way <total_cores> -l h_rt=00:10:00 -N name -M email -m a -V -o stdout.file -e stderr.file -A project

Deletion

 qdel job_id