Skip to content

Commit

Permalink
Adding link to additional info
Browse files Browse the repository at this point in the history
  • Loading branch information
larsvilhuber committed Apr 28, 2024
1 parent 9ade010 commit 53b3279
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/biohpc/slurm-quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ or if you ran the above TIP:
srun --pty bash -l
```

If you need a specific node, use


```bash
srun -w cbsueccoXX --pty bash -l
```

## To see running jobs

Expand All @@ -59,3 +65,7 @@ scancel (ID)
```

where the ID can be gleaned from the `squeue` command.

## Additional information

- [https://biohpc.cornell.edu/lab/SLURM-on-demand.htm](https://biohpc.cornell.edu/lab/SLURM-on-demand.htm)

0 comments on commit 53b3279

Please sign in to comment.