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.
| Chameleon | Variable | GPUs, bare metal VM, software defined networking | Difficult to configure |
23
+
| Chameleon | Variable | GPUs, bare metal VM, software defined networking | Difficult to configure |
23
24
| Catapult | 16 | FPGAs | Windows-only |
24
25
25
26
You can learn about all choices at the [TACC Systems Overview](https://www.tacc.utexas.edu/systems/overview). Detailed specifications can be found in the *User Guide* of each system.
26
27
27
28
If you have an application already configured on a non-tacc system, you can register that system to the SD2E agave tenant.
After registration, you can not only run applications, but access data as well. Just remember that applications will run as YOUR user when you share them with others.
32
33
33
-
## Containers @ TACC
34
+
<br>
35
+
#### Containers @ TACC
34
36
35
37
TACC supports containerized compute environments through [Singularity](http://singularity.lbl.gov/), which provides environment encapsulation without privilege escalation (root). Singularity provides the following functionality:
These containers are run without root, so you simply
73
78
74
79
- run - Run the default functionality of the container, which takes in arguments
75
80
- exec - Execute a specific command inside the container, and then exit
76
81
- shell - Enter the container and interactively run commands
77
82
78
-
## GPU containers
83
+
<br>
84
+
#### GPU containers
79
85
80
86
Since Singularity supported docker containers, it has been fairly simple to utilize GPUs for machine learning code like [TensorFlow](https://www.tensorflow.org/). From Maverick, which is TACC's GPU system:
@@ -113,6 +119,11 @@ You probably noticed that we check out the models repository into your `$HOME` d
113
119
114
120
You may be thinking "what about overlayfs??". The Linux kernel on Maverick does not support overlayfs, so it had to be disabled in our singularity install.
115
121
116
-
## Build your APP
122
+
<br>
123
+
#### Build your APP
117
124
118
-
You can then use these methods in your [next Agave app](create_app.md).
125
+
You can then use these methods in your [next Agave app](03.old_create_app.md).
126
+
127
+
128
+
---
129
+
Return to the [API Documentation Overview](../index.md)
0 commit comments