Skip to content

Commit

Permalink
Changed README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bernard2012 committed Sep 9, 2020
1 parent eb1d8a1 commit 4307e05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ Create a SLURM **job submission script** `do_one.sh`. This script computes null
vim do_one.sh
```
Press `i` (for insert). Paste the following content:
```

```bash
#!/bin/bash
#SBATCH -n 1 # Request one core
#SBATCH -N 1 # Request one node (if you request more than one core with -n, also using
Expand Down

0 comments on commit 4307e05

Please sign in to comment.