Skip to content

Commit

Permalink
Added slurm protip
Browse files Browse the repository at this point in the history
  • Loading branch information
hariesramdhani committed Nov 21, 2024
1 parent aab779b commit 2ba1792
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/protip.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,10 @@ It can be annoying to have to reenter your Maxwell password every time you're tr
```
1. Now you can log in to VS Code without password!

## Automatically load slurm on every log in
Are you annoyed by the `bash: sbatch: command not found` error message every time you want to submit a job because you forget to do `module load slurm`? Adding it to your ~/.bashrc file will automatically load slurm
```bash
[r04mr23@maxlogin1(maxwell) ~]$ vim ~/.bashrc
# Press `shift + g + $` to go to the end of the line, press `i` then `enter` and type `module load slurm`
```

0 comments on commit 2ba1792

Please sign in to comment.