Skip to content

Commit c787685

Browse files
committed
last squeue -u NetID -> squeue --me, I think
1 parent 53612ee commit c787685

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/13_tutorial_intro_hpc/08_running_parallel_job.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ srun amdahl
109109
```
110110
As before, use the Slurm status commands to check whether your job is running and when it ends:
111111
```bash
112-
[NetID@log-1 amdahl]$ squeue -u NetID
112+
[NetID@log-1 amdahl]$ squeue --me
113113
```
114114
Use `ls` to locate the output file. The `-t` flag sorts in reverse-chronological order: newest first. What was the output?
115115

0 commit comments

Comments
 (0)