usingslurm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
usingslurm [2013/05/27 15:17] – [Using SLURM] aorth | usingslurm [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Using SLURM ====== | ||
- | [[http:// | ||
- | * test | ||
- | * batch | ||
- | * highmem | ||
- | " | ||
- | |||
- | To see more information about the queue configuration, | ||
- | |||
- | ===== Submitting jobs ===== | ||
- | ==== Interactive jobs ==== | ||
- | How to get an interactive session, ie when you want to interact with a program (like R, etc): | ||
- | < | ||
- | salloc: Granted job allocation 1080 | ||
- | [aorth@taurus: | ||
- | |||
- | ==== Batch jobs ==== | ||
- | Request 4 CPUs for a NCBI BLAST+ job in the '' | ||
- | < | ||
- | #SBATCH -p batch | ||
- | #SBATCH -n 4 | ||
- | |||
- | export BLASTDB=/ | ||
- | |||
- | blastn -query ~/ | ||
- | |||
- | Submit the script with '' | ||
- | < | ||
- | Submitted batch job 1082</ | ||
- | |||
- | ==== Check SLURM queue ==== | ||
- | < |
usingslurm.1369667849.txt.gz · Last modified: by aorth