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/11/03 11:36] – amended script to remove the comment on the shebang line jean-baka | using-slurm [2026/02/05 08:31] (current) – aorth | ||
|---|---|---|---|
| Line 50: | Line 50: | ||
| blastn -query ~/ | blastn -query ~/ | ||
| - | In the above, please **DO NOT FORGET the ' | + | In the above, please **DO NOT FORGET the ' |
| We then submit the script with the '' | We then submit the script with the '' | ||
| Line 61: | 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 | ||
| Line 82: | Line 82: | ||
| All output is directed to '' | All output is directed to '' | ||
| + | |||
| + | ==== Run job using a GPU ==== | ||
| + | Currently there is only one compute node with GPU capabilities. As of February 2026, compute06 has an NVIDIA Tesla v100 with 32GB of RAM. In order to use this you will need to add an extra " | ||
| + | |||
| + | For example, '' | ||
| + | |||
| + | < | ||
| + | #SBATCH -p batch | ||
| + | #SBATCH -w compute06 | ||
| + | #SBATCH --gres=gpu: | ||
| + | #SBATCH -n 8 | ||
| + | #SBATCH -J beast-GPU | ||
| + | |||
| + | # load module(s) | ||
| + | module load beagle/ | ||
| + | module load beast/ | ||
| + | |||
| + | beast -beagle_info</ | ||
| + | |||
| ==== Check queue status ==== | ==== Check queue status ==== | ||
| Line 91: | Line 110: | ||
| | | ||
| | | ||
| - | | + | |
| - | </ | + | |
using-slurm.1667475403.txt.gz · Last modified: by jean-baka
