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

Commit 592dbd0

Browse files
authored
Merge pull request #11 from SD2E/devel
Small merge from devel to master
2 parents 6a14c49 + 15cc491 commit 592dbd0

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

docs/systems_basics.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,11 @@ Systems where you are able to store and access data (called storage systems) can
2020
be found using the `systems-list` command with a `-S` flag:
2121
```
2222
% 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
2723
data-sd2e-app-assets
24+
data-sd2e-projects-users
25+
data-sd2e-projects-etldev
2826
data-tacc-work-username
27+
data-sd2e-community
2928
```
3029
Here is a quick summary of the default storage systems:
3130

@@ -44,6 +43,7 @@ can be found with the following command:
4443
% systems-list -E
4544
hpc-tacc-maverick-username
4645
hpc-tacc-maverick
46+
hpc-tacc-wrangler
4747
cli-tacc-maverick
4848
cli-tacc-wrangler
4949
```
@@ -57,9 +57,10 @@ Here is a quick summary of the default execution systems:
5757

5858
* `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.
5959

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

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

6465

6566
*Tip: use "`systems-list -h`" to see more usage options*
@@ -103,7 +104,7 @@ information about your personal storage system as follows:
103104
},
104105
"publicAppsDir": null,
105106
"host": "data.tacc.utexas.edu",
106-
"rootDir": "/work/03439/username",
107+
"rootDir": "/work/01234/username",
107108
"homeDir": "/"
108109
},
109110
"type": "STORAGE",
@@ -161,7 +162,7 @@ Similar information can be seen when querying execution systems:
161162
"type": "SSHKEYS"
162163
},
163164
"host": "data.tacc.utexas.edu",
164-
"rootDir": "/work/03439/username",
165+
"rootDir": "/work/01234/username",
165166
"homeDir": "/jobs"
166167
},
167168
"type": "EXECUTION",

0 commit comments

Comments
 (0)