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
Copy file name to clipboardExpand all lines: slides.md
+22-20Lines changed: 22 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ Yale Center for Research Computing
78
78
79
79
- Ph.D. in Mathematics from Yale in 1934
80
80
- Pioneering computer scientist
81
-
- Trailblazer in creating computer languages
81
+
- Trailblazer in creating first compiled computer languages
82
82
83
83
</div>
84
84
<div>
@@ -102,12 +102,13 @@ Hopper complies with:
102
102
103
103
# Hopper's Hardware
104
104
-~6000 cpus
105
-
- 40 a5000
106
-
- 40 l40s
107
-
- 40 a40
108
-
- 40 H200
109
-
- 60 H100
110
-
-_48 B200 coming_
105
+
- GPUs
106
+
- 40 a5000
107
+
- 40 l40s
108
+
- 40 a40
109
+
- 40 H200
110
+
- 60 H100
111
+
-_48 B200 coming_
111
112
112
113
VAST 2.4 PiB
113
114
@@ -141,11 +142,11 @@ We'll touch on each in turn
141
142
---
142
143
# Getting access
143
144
Access to the system is a multi-step process:
144
-
1. PI submits a project [request](https://research.computing.yale.edu/secure-project-request)
145
+
1. PI submits a project https://research.computing.yale.edu/secure-project-request
145
146
2. Health Science IT (HSIT) consults with PI and approves request
146
-
3. PI completes required security [training](http://research.computing.yale.edu/regulated-research-training)
147
+
3. PI completes required security http://research.computing.yale.edu/regulated-research-training
147
148
4. YCRC creates new project, PI account, and associated linux group: _netid_projname_
148
-
5. Other lab members can join [project](https://research.computing.yale.edu/hopper-account-request)
149
+
5. Other lab members can join https://research.computing.yale.edu/hopper-account-request
149
150
150
151
Of note: a PI can and should submit separate project requests for each individual project (e.g. IRB)
151
152
@@ -155,21 +156,22 @@ Of note: a PI can and should submit separate project requests for each individua
155
156
- You _must_ be on the Yale VPN even when on campus
156
157
- Two ways to access VDI
157
158
- Via browser: https://hopper.ycrc.yale.edu
158
-
- Via dedicated ThinLinc client. [Download](https://www.cendio.com/thinlinc/download/)
159
+
- Via dedicated ThinLinc client. https://www.cendio.com/thinlinc/download
159
160
- You will receive a (silent) DUO prompt each time
160
161
- The VDI is the equivalent of a login node
161
162
- VDI provides terminal, firefox, Open On Demand
162
163
- Session is "persistent" for some period
163
164
- Each user has one unique VDI session
164
165
- Cut/Copy/Paste between Hopper and outside is prevented
165
-
- Cut/Copy/Paste inside Hopper is allowed
166
+
- Cut/Copy/Paste inside Hopper is allowed (right click + copy/paste)
166
167
167
168
168
169
---
169
170
# Security Measures and Rules
170
171
171
172
- The VDI prevents copy/pasting to the host computer, prevents file transfers and enforces idle session timeouts.
172
-
- Screenshots, screen recording and screen sharing (e.g. via Zoom) are strictly prohibited.
173
+
- External screenshots, screen recording and screen sharing (e.g. via Zoom) are strictly prohibited.
174
+
- Internal screenshots can be made with ThinLinc client.
173
175
- If you know you will be away from your computer for more than 10 minutes, you must disconnect from the VDI by closing the browser tab or exiting the client.
174
176
- You must access Hopper from a private location, such as your home or office. Access from public locations such as coffee shops, transportation hubs or libraries is not allowed.
175
177
- Do not put sensitive data (e.g. patient information, personal identifiers) in directory names or job names, which might expose this information.
@@ -187,20 +189,20 @@ Of note: a PI can and should submit separate project requests for each individua
187
189
# Data Transfer
188
190
- Moving data into and out of Hopper requires submitting a request
189
191
- We distinquish between Low Risk and Sensitive Data
190
-
-[Low Risk Transfer In or Out](https://research.computing.yale.edu/hopper-low-risk-transfer): scripts, deidentified data, data files with no PHI, PII, etc.
191
-
-[Sensitive Data Transfer In](https://research.computing.yale.edu/hopper-sensitive-transfer): everything else
192
+
- Low Risk Transfer In or Out: https://research.computing.yale.edu/hopper-low-risk-transfer: scripts, deidentified data, data files with no PHI, PII, etc.
193
+
- Sensitive Data Transfer In: https://research.computing.yale.edu/hopper-sensitive-transfer: everything else
192
194
- Sensitive Data Transfer Out: contact YCRC
193
195
194
196
---
195
197
# Low Risk Data Transfer steps
196
198
1. Use globus to upload your data to your folder in the "Yale CRC Hopper Low Risk" collection.
197
-
2. Submit the [form](https://research.computing.yale.edu/hopper-low-risk-transfer)
0 commit comments