Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated content from discourse for term slurm #16

Open
manbat opened this issue Jan 17, 2020 · 0 comments
Open

Updated content from discourse for term slurm #16

manbat opened this issue Jan 17, 2020 · 0 comments

Comments

@manbat
Copy link
Member

manbat commented Jan 17, 2020

I am an expert user of a cluster with a Sun Grid Engine Scheduler and need to use a cluster with a SLURM Scheduler. Can someone help me get started by translating the following simple examples from SGE to SLURM?

What Jobs are currently running?
qstat

What Jobs am I currently running?
qstat -u username

Launch an interactive session on one node with 16 cores:
qrsh -pe omp 16

Launch a batch job one node with 16 cores:
qsub -pe omp 16 script.sh

Cancel a batch job
qdel -j jobID

Cancel all my jobs
qdel -u username

CURATOR: John Goodhue

See Full Post

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant