Skip to content
This repository was archived by the owner on Mar 29, 2022. It is now read-only.

Commit 6f43bbf

Browse files
authored
Merge pull request #33 from SD2E/wonaya-patch-1
Update 02.systems_basics.md
2 parents 4325b31 + 96c8c0f commit 6f43bbf

File tree

1 file changed

+10
-14
lines changed

1 file changed

+10
-14
lines changed

docs/02.systems_basics.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,8 @@ Systems where you are able to execute commands and run jobs (called execution sy
4242
can be found with the following command:
4343
```
4444
% systems-list -E
45-
hpc-tacc-maverick-username
46-
hpc-tacc-maverick
4745
hpc-tacc-wrangler
4846
hpc-tacc-jetstream
49-
cli-tacc-maverick
5047
cli-tacc-wrangler
5148
```
5249
Execution systems come in two different flavors: HPC (high performance computing)
@@ -57,15 +54,14 @@ or [Jetstream](https://jetstream-cloud.org)).
5754

5855
Here is a quick summary of the default execution systems:
5956

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.
6158

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.
6360

6461
* `*-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.
6562

6663
* `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.
6764

68-
6965
*Tip: use '`systems-list -h`' to see more usage options*
7066

7167
<br>
@@ -130,7 +126,7 @@ for operations performed on this system.
130126

131127
Similar information can be seen when querying execution systems:
132128
```
133-
% systems-list -v hpc-tacc-maverick-username
129+
% systems-list -v hpc-tacc-wrangler-username
134130
{
135131
"maxSystemJobs": 50,
136132
"_links": {
@@ -141,16 +137,16 @@ Similar information can be seen when querying execution systems:
141137
"href": "https://api.sd2e.org/meta/v2/data/?q=%7B%22associationIds%22%3A%22766742035567677927-242ac11a-0001-006%22%7D"
142138
},
143139
"credentials": {
144-
"href": "https://api.sd2e.org/systems/v2/hpc-tacc-maverick-username/credentials"
140+
"href": "https://api.sd2e.org/systems/v2/hpc-tacc-wrangler-username/credentials"
145141
},
146142
"roles": {
147-
"href": "https://api.sd2e.org/systems/v2/hpc-tacc-maverick-username/roles"
143+
"href": "https://api.sd2e.org/systems/v2/hpc-tacc-wrangler-username/roles"
148144
},
149145
"self": {
150-
"href": "https://api.sd2e.org/systems/v2/hpc-tacc-maverick-username"
146+
"href": "https://api.sd2e.org/systems/v2/hpc-tacc-wrangler-username"
151147
},
152148
"history": {
153-
"href": "https://api.sd2e.org/systems/v2/hpc-tacc-maverick-username/history"
149+
"href": "https://api.sd2e.org/systems/v2/hpc-tacc-wrangler-username/history"
154150
}
155151
},
156152
"executionType": "HPC",
@@ -176,15 +172,15 @@ Similar information can be seen when querying execution systems:
176172
"auth": {
177173
"type": "SSHKEYS"
178174
},
179-
"host": "gateway.maverick.tacc.utexas.edu"
175+
"host": "gateway.wrangler.tacc.utexas.edu"
180176
},
181177
"uuid": "766742035567677927-242ac11a-0001-006",
182178
"startupScript": "~/.bashrc",
183179
"scheduler": "SLURM",
184180
"default": false,
185181
"public": false,
186182
"maxSystemJobsPerUser": 12,
187-
"id": "hpc-tacc-maverick-username",
183+
"id": "hpc-tacc-wrangler-username",
188184
"workDir": "",
189185
"owner": "sd2eadm",
190186
"revision": 1,
@@ -245,7 +241,7 @@ Similar information can be seen when querying execution systems:
245241
}
246242
],
247243
"globalDefault": false,
248-
"name": "TACC Maverick HPC (username)",
244+
"name": "TACC Wrangler HPC (username)",
249245
"lastModified": "2017-10-03T12:19:41.000-05:00",
250246
"status": "UP",
251247
"scratchDir": ""

0 commit comments

Comments
 (0)