Recent Changes - Search:

Background

Workflow

Cluster Operations

edit SideBar

RunningFromCottontail2WithSlurm

Submitting and Monitoring Jobs

Jobs are submitted with the command:
 
   sbatch jobname.sh
To see all running jobs:
 
   squeue
To see jobs on a given queue:
 
   squeue | grep exx96
Your own jobs can be monitored with:
 
   squeue --me
To cancel a running job (get process number from squeue --me):
 
   scancel process_number
To check which GPUs are running jobs:

   ssh n## gpu-info

Slurm Script Reference Table

Amber VersionQueueResourceScript LinkProjects Using
Amber18mwgpuCPUHERERibosome Modifications
Amber18exx96GPUHERERibosome Modifications
Amber20mwgpuCPUHERE 
Amber20exx96GPUHERE 
Amber22mwgpuCPUHEREI-34, G-34, E Landscape, tRNA Mods
Amber22exx96GPUHEREI-34, G-34, E Landscape, tRNA Mods

Additional Resources
Wesleyan's slurm wiki

Edit - History - Print - Recent Changes - Search
Page last modified on February 03, 2023, at 02:07 PM