File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff 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
3535nano 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 '
5252sleep 100
5353
5454# Print a simple message
5555echo " Hello, World!"
5656```
5757
58- Save and exit Nano :
58+ Save and exit nano :
5959
6060```
6161Ctrl + X → Y → Enter
@@ -72,8 +72,7 @@ sbatch my_first_job.sbatch
7272Check the job status:
7373
7474``` bash
75- squeue -u $USER
76- After completion, view output and error files:
75+ squeue --me
7776```
7877
7978Check the outputs:
@@ -88,7 +87,7 @@ cat my_first_job_<jobid>.err
8887Connect to PerunaNet or the SMU campus network.
8988
90891 . Open a browser and visit:
91- https://hpc.m3. smu.edu/pun/sys/dashboard/
90+ https://hpc.smu.edu
9291
93922 . Log in using your SMU credentials.
9493
You can’t perform that action at this time.
0 commit comments