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: posts/compute.md
+35Lines changed: 35 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,38 @@ Files may be moved with the [`mv` command](https://ubuntu.com/tutorials/command-
42
42
43
43
### System Administration
44
44
See [ADCL System Administration](https://o365coloradoedu-my.sharepoint.com/:w:/r/personal/bekr4901_colorado_edu/_layouts/15/Doc.aspx?sourcedoc=%7B6DBA0F17-9DE1-4C2B-9E0E-42634F60D570%7D&file=INTERNAL%20-%20ADCL%20System%20Administration.docx&action=default&mobileredirect=true)
45
+
46
+
## CU Computing Resources
47
+
### Alpine
48
+
Alpine is a [well documented](https://curc.readthedocs.io/en/latest/clusters/alpine/index.html) CU-wide SLURM cluster. To get started with Julia on Alpine:
49
+
50
+
*[Make an account](https://rcamp.rc.colorado.edu/accounts/account-request/create/verify/ucb)
51
+
* You may need to wait for some time between making an account and logging in for the first time, the documentation says ~15 minutes
52
+
* Go to the [OnDemand page](https://ondemand.rc.colorado.edu/)
53
+
* If you get an error, try either clearing your cache/cookies or starting an incognito window
54
+
* Request an interactive session
55
+
* Interactive Apps (top of screen) -> Jupyter Session
56
+
* Check "Use JupyterLab"
57
+
* Preset configuration "4 cores, 4 hours"
58
+
* Launch
59
+
* This should take less than a minute to queue and initialize
60
+
* Install and configure Julia
61
+
* Click the host link i.e. `>_c3cpu-c15-u34-3.rc.int.colorado.edu`
62
+
* Either save and execute the following bash script, or run line by line. This may take several minutes to run
0 commit comments