Skip to content

Commit c813420

Browse files
committed
Update quickstart.md
1 parent 9e44074 commit c813420

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/quickstart.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Authenticate with DUO by pressing 1 for your associated device
2929

3030
### 3. Create a Job Script
3131

32-
Create a new job file using Nano:
32+
Create a new job file using nano:
3333

3434
```bash
3535
nano my_first_job.sbatch
@@ -48,14 +48,14 @@ Paste the following contents into the editor:
4848
#SBATCH --mem=4G
4949
#SBATCH -c 1
5050

51-
# Wait for 100 seconds so you can check the queue using 'squeue -u $USER'
51+
# Wait for 100 seconds so you can check the queue using 'squeue --me'
5252
sleep 100
5353

5454
# Print a simple message
5555
echo "Hello, World!"
5656
```
5757

58-
Save and exit Nano:
58+
Save and exit nano:
5959

6060
```
6161
Ctrl + X → Y → Enter
@@ -72,8 +72,7 @@ sbatch my_first_job.sbatch
7272
Check the job status:
7373

7474
``` bash
75-
squeue -u $USER
76-
After completion, view output and error files:
75+
squeue --me
7776
```
7877

7978
Check the outputs:
@@ -88,7 +87,7 @@ cat my_first_job_<jobid>.err
8887
Connect to PerunaNet or the SMU campus network.
8988

9089
1. Open a browser and visit:
91-
https://hpc.m3.smu.edu/pun/sys/dashboard/
90+
https://hpc.smu.edu
9291

9392
2. Log in using your SMU credentials.
9493

0 commit comments

Comments
 (0)