Skip to content

Commit

Permalink
slurm_bianca.md format
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored May 23, 2024
1 parent 130c309 commit 5f2bb4a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/intermediate/slurm_bianca.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,19 +87,21 @@ slurm batch| project name | max runtime | partition ("job type") | #cores | job
- up to 1 hour in length
- only 1 at a time
- ``-p devcore``, ``-p devel``

???- question "Any free nodes in the devel partition? Check status with"

- ``sinfo -p devel``
- ``jobinfo -p devel``

- more on these tools later
- more on these tools later

- High priority queue for short jobs

- 4 nodes
- up to 15 minutes
- ``--qos=short``

### Debugging or complicated workflows

- Interactive jobs

- handy for debugging a code or a script by executing it line by line or for using programs with a graphical user interface
Expand Down Expand Up @@ -146,6 +148,7 @@ sbatch -p devcore -t 00:15:00 jobscript.sh
- Slurm reports the available memory in the prompt at the start of an interactive job

### More flags

- ``-J <jobname>``
- email:

Expand Down Expand Up @@ -330,6 +333,7 @@ sd > out.log


### GPU nodes on Bianca

- Nodes with Nvidia A100 40 GB
- All GPU nodes have at least 256 GB RAM (fat nodes) with 16 CPU cores
- 1 or 2 GPUs per node
Expand Down

0 comments on commit 5f2bb4a

Please sign in to comment.