Skip to content

Commit 843dd6f

Browse files
committed
Stampede3 - user submitted error fix - PR #116 rejected but incorporated
1 parent 504d6bd commit 843dd6f

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

docs/hpc/3stampede/launching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,15 +133,15 @@ The job status messages indicate that your interactive session is waiting in the
133133
For command line options and other information, execute `idev --help`. It's easy to tailor your submission request (e.g. shorter or longer duration) using Slurm-like syntax:
134134

135135
``` cmd-line
136-
login1$ idev -p skx-normal -N 2 -n 8 -m 150 # skx-normal queue, 2 nodes, 8 total tasks, 150 minutes
136+
login1$ idev -p skx -N 2 -n 8 -m 150 # skx queue, 2 nodes, 8 total tasks, 150 minutes
137137
```
138138

139139
For more information [see the `idev` documentation][TACCIDEV].
140140

141141
You can also launch an interactive session with Slurm's `srun` command. A typical launch line would look like this:
142142

143143
``` cmd-line
144-
login1$ srun --pty -N 2 -n 8 -t 2:30:00 -p skx-normal /bin/bash -l # same conditions as above
144+
login1$ srun --pty -N 2 -n 8 -t 2:30:00 -p skx /bin/bash -l # same conditions as above
145145
```
146146

147147
#### Interactive Sessions using `ssh` { #launching-interactive-ssh }

docs/hpc/3stampede/notices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stampede3 User Guide
2-
*Last update: March 20, 2025*
2+
*Last update: May 27, 2025*
33

44
## Notices { #notices }
55

docs/hpc/stampede3.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stampede3 User Guide
2-
*Last update: March 20, 2025*
2+
*Last update: May 27, 2025*
33

44
## Notices { #notices }
55

@@ -585,15 +585,15 @@ The job status messages indicate that your interactive session is waiting in the
585585
For command line options and other information, execute `idev --help`. It's easy to tailor your submission request (e.g. shorter or longer duration) using Slurm-like syntax:
586586

587587
``` cmd-line
588-
login1$ idev -p skx-normal -N 2 -n 8 -m 150 # skx-normal queue, 2 nodes, 8 total tasks, 150 minutes
588+
login1$ idev -p skx -N 2 -n 8 -m 150 # skx queue, 2 nodes, 8 total tasks, 150 minutes
589589
```
590590

591591
For more information [see the `idev` documentation][TACCIDEV].
592592

593593
You can also launch an interactive session with Slurm's `srun` command. A typical launch line would look like this:
594594

595595
``` cmd-line
596-
login1$ srun --pty -N 2 -n 8 -t 2:30:00 -p skx-normal /bin/bash -l # same conditions as above
596+
login1$ srun --pty -N 2 -n 8 -t 2:30:00 -p skx /bin/bash -l # same conditions as above
597597
```
598598

599599
#### Interactive Sessions using `ssh` { #launching-interactive-ssh }
@@ -1939,6 +1939,7 @@ TACC Consulting operates from 8am to 5pm CST, Monday through Friday, except for
19391939

19401940
[TACCACCOUNTS]: https://accounts.tacc.utexas.edu "TACC Accounts Portal"
19411941
[TACCUSERPROFILE]: https://accounts.tacc.utexas.edu/profile "TACC Accounts User Profile"
1942+
[TACCUSERMFA]: https://accounts.tacc.utexas.edu/mfa "TACC User MFA"
19421943
[TACCSUBSCRIBE]: https://accounts.tacc.utexas.edu/user_updates "Subscribe to News"
19431944
[TACCLOGINSUPPORT]: https://accounts.tacc.utexas.edu/login_support "TACC Accounts Login Support Tool"
19441945

0 commit comments

Comments
 (0)