using-slurm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
using-slurm [2022/08/04 12:10] – aorth | using-slurm [2022/11/03 11:38] (current) – jean-baka | ||
---|---|---|---|
Line 39: | Line 39: | ||
==== Batch jobs ==== | ==== Batch jobs ==== | ||
We are writing a SLURM script below. The parameters in its header request 4 CPUs for in the '' | We are writing a SLURM script below. The parameters in its header request 4 CPUs for in the '' | ||
- | < | + | < |
#SBATCH -p batch | #SBATCH -p batch | ||
#SBATCH -J blastn | #SBATCH -J blastn | ||
Line 49: | Line 49: | ||
# run the blast with 4 CPU threads (cores) | # run the blast with 4 CPU threads (cores) | ||
blastn -query ~/ | blastn -query ~/ | ||
+ | |||
+ | In the above, please **DO NOT FORGET the ' | ||
We then submit the script with the '' | We then submit the script with the '' | ||
Line 59: | Line 61: | ||
Instead, you can use a local " | Instead, you can use a local " | ||
- | < | + | < |
#SBATCH -p batch | #SBATCH -p batch | ||
#SBATCH -J blastn | #SBATCH -J blastn |
using-slurm.1659615029.txt.gz · Last modified: 2022/08/04 12:10 by aorth