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.01.systems_basics.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ hostname. They may be public or private, and they may either be **storage** syst
10
10
11
11
In SD2E, we provide all users with private storage and execution systems attached to
12
12
TACC resources. If you would like to create your own systems attached to different
13
-
resources, skip ahead to [Create Private Systems](create_systems.md).
13
+
resources, skip ahead to [Create Private Systems](02.06.create_systems.md).
14
14
15
15
16
16
<br>
@@ -26,9 +26,10 @@ data-sd2e-projects-users
26
26
data-sd2e-projects-etldev
27
27
data-sd2e-app-assets
28
28
```
29
-
Here is a quick summary of the default storage systems:
29
+
Here is a quick summary of the default storage systems and how they relate to
30
+
the [SD2E portal](https://sd2e.org/):
30
31
31
-
*`data-tacc-work-username`: Your personal directory on the TACC `$WORK` filesystem. You have +rw and sharing access. This will show up in the portal as **My Data**.
32
+
*`data-tacc-work-username`: Your personal directory on the TACC `$WORK` filesystem. You have `+rw` and sharing access. This will show up in the portal as **My Data**.
32
33
33
34
*`data-sd2e-community`: Project-wide shared data. Unless you are specifically authorized, it is read-only. This will show up in the portal as **Community Data**.
34
35
@@ -38,7 +39,7 @@ Here is a quick summary of the default storage systems:
38
39
39
40
<br>
40
41
Systems where you are able to execute commands and run jobs (called execution systems)
41
-
can be found with the following command:
42
+
can be found with the following command:
42
43
```
43
44
% systems-list -E
44
45
hpc-tacc-maverick-username
@@ -65,7 +66,6 @@ Here is a quick summary of the default execution systems:
65
66
*`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.
66
67
67
68
68
-
69
69
*Tip: use '`systems-list -h`' to see more usage options*
70
70
71
71
<br>
@@ -257,10 +257,10 @@ information about queue types and availability.
257
257
<br>
258
258
#### Set a default system
259
259
260
-
You may find that most of the [file operations](data_management.md) you perform
261
-
are on your private TACC storage system - `data-tacc-work-username`. To avoid
262
-
typing the full name of the system with every file command, you may set it as the
263
-
default with:
260
+
You may find that most of the [file operations](02.02.data_management.md) you
261
+
perform are against your private TACC storage system - `data-tacc-work-username`.
262
+
To avoid typing the full name of the system with every file command, you may set
263
+
it as the default system with:
264
264
```
265
265
% systems-setdefault data-tacc-work-username
266
266
Successfully set data-tacc-work-username as the default storage system for username
0 commit comments