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/systems_basics.md
+9-8
Original file line number
Diff line number
Diff line change
@@ -20,12 +20,11 @@ Systems where you are able to store and access data (called storage systems) can
20
20
be found using the `systems-list` command with a `-S` flag:
21
21
```
22
22
% systems-list -S
23
-
data-sd2e-projects-q0-sharing
24
-
data-sd2e-projects-q0-ingest
25
-
data-sd2e-projects-q0-examples
26
-
data-sd2e-community
27
23
data-sd2e-app-assets
24
+
data-sd2e-projects-users
25
+
data-sd2e-projects-etldev
28
26
data-tacc-work-username
27
+
data-sd2e-community
29
28
```
30
29
Here is a quick summary of the default storage systems:
31
30
@@ -44,6 +43,7 @@ can be found with the following command:
44
43
% systems-list -E
45
44
hpc-tacc-maverick-username
46
45
hpc-tacc-maverick
46
+
hpc-tacc-wrangler
47
47
cli-tacc-maverick
48
48
cli-tacc-wrangler
49
49
```
@@ -57,9 +57,10 @@ Here is a quick summary of the default execution systems:
57
57
58
58
*`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.
59
59
60
-
*`*-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 this system.
60
+
*`*-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.
61
+
62
+
*`*-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.
61
63
62
-
*`cli-tacc-wrangler`: Public 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 this system.
63
64
64
65
65
66
*Tip: use "`systems-list -h`" to see more usage options*
@@ -103,7 +104,7 @@ information about your personal storage system as follows:
103
104
},
104
105
"publicAppsDir": null,
105
106
"host": "data.tacc.utexas.edu",
106
-
"rootDir": "/work/03439/username",
107
+
"rootDir": "/work/01234/username",
107
108
"homeDir": "/"
108
109
},
109
110
"type": "STORAGE",
@@ -161,7 +162,7 @@ Similar information can be seen when querying execution systems:
0 commit comments