You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: docs/02.systems_basics.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,8 @@ Systems where you are able to execute commands and run jobs (called execution sy
42
42
can be found with the following command:
43
43
```
44
44
% systems-list -E
45
-
hpc-tacc-maverick-username
46
-
hpc-tacc-maverick
47
45
hpc-tacc-wrangler
48
46
hpc-tacc-jetstream
49
-
cli-tacc-maverick
50
47
cli-tacc-wrangler
51
48
```
52
49
Execution systems come in two different flavors: HPC (high performance computing)
@@ -57,15 +54,14 @@ or [Jetstream](https://jetstream-cloud.org)).
57
54
58
55
Here is a quick summary of the default execution systems:
59
56
60
-
*`hpc-tacc-maverick-username`: Your personal execution system for the TACC [Maverick](https://portal.tacc.utexas.edu/user-guides/maverick) supercomputer. Jobs run against this execution system will be submitted to the Maverick job queue on your behalf.
57
+
*`hpc-tacc-ls5-username`: Your personal execution system for the TACC [Lonestar5](https://portal.tacc.utexas.edu/user-guides/lonestar5) supercomputer. Jobs run against this execution system will be submitted to the Lonestar5 job queue on your behalf.
61
58
62
-
*`*-tacc-maverick`: Public HPC and CLI execution systems for the TACC [Maverick](https://portal.tacc.utexas.edu/user-guides/maverick) supercomputer. Most SD2E community members have `USER` access and will be able to run public applications set up to run on these systems.
59
+
*`hpc-tacc-wrangler-username`: Your personal execution system for the TACC [Wrangler](https://portal.tacc.utexas.edu/user-guides/wrangler) supercomputer. Jobs run against this execution system will be submitted to the Wrangler job queue on your behalf.
63
60
64
61
*`*-tacc-wrangler`: Public HPC and CLI execution system for the TACC [Wrangler](https://portal.tacc.utexas.edu/user-guides/wrangler) supercomputer. Most SD2E community members have `USER` access and will be able to run public applications set up to run on these systems.
65
62
66
63
*`hpc-tacc-jetstream`: Public CLI execution system for the TACC [Jetstream](https://portal.tacc.utexas.edu/user-guides/jetstream) cloud resource. Most SD2E community members have `USER` access and will be able to run public applications set up to run on these systems.
67
64
68
-
69
65
*Tip: use '`systems-list -h`' to see more usage options*
70
66
71
67
<br>
@@ -130,7 +126,7 @@ for operations performed on this system.
130
126
131
127
Similar information can be seen when querying execution systems:
132
128
```
133
-
% systems-list -v hpc-tacc-maverick-username
129
+
% systems-list -v hpc-tacc-wrangler-username
134
130
{
135
131
"maxSystemJobs": 50,
136
132
"_links": {
@@ -141,16 +137,16 @@ Similar information can be seen when querying execution systems:
0 commit comments