Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saravanabalagi authored Apr 1, 2020
1 parent 6ffb418 commit 300a596
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ Note: If we directly use `echo "Node $SLURM_NODEID here: $(hostname)"` in the sb

```
scontrol show job -d {{SLURM_JOB_ID}}
# if you run only one job, then you could do, or see the details of first job then
# scontrol show job -d $(squeue -u $(whoami) | awk 'NR>1 {print $1}')
```
```
UserId=USER(UID) GroupId=GROUP(GID) MCS_label=N/A
Expand Down

0 comments on commit 300a596

Please sign in to comment.