Difference between revisions of "Submit a job and monitor queues"

From wiki
Jump to: navigation, search
(Created page with " == submit a job == to submit a shell which contains are the needed flags in the file. sbatch spades.sh ==Show information on the queues:== smap squeue (show the queue...")
 
(No difference)

Latest revision as of 13:27, 6 May 2020

submit a job

to submit a shell which contains are the needed flags in the file.

sbatch spades.sh


Show information on the queues:

smap
squeue  (show the queue)
squeue –p bigmem  (show the queue for big mem)
sview

Interactive mode (like qrsh):

srun --pty bash -p bigmem           (Bioinf user : use the bigmem q)