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: lessons/atpesc-instructions.md
+17-17Lines changed: 17 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@
3
3
4
4
## Basic Instructions
5
5
6
-
Hands-on exercises are primarily run on cooley cluster at ALCF. Please do the following initial setup
6
+
Hands-on exercises are primarily run on the [Cooley](https://www.alcf.anl.gov/user-guides/cooley) cluster at ALCF. Please do the following initial setup.
7
7
8
-
-login to cooley
8
+
-Login to Cooley
9
9
```
10
10
ssh -C -X -Y username@cooley.alcf.anl.gov
11
11
```
12
12
-`-C` means to use compression
13
13
-`-X` means to forward X11, `-Y` means _trusted_ X11 forwarding
14
-
-setup software environment on cooley by adding the following to _~/.soft.cooley_ (preferably before `@default` line)
14
+
-Setup software environment on Cooley by adding the following to _~/.soft.cooley_ (preferably before `@default` line)
-run the following command to make the above change to _~/.soft.cooley_ effective
23
+
-Run the following command to make the above change to _~/.soft.cooley_ effective.
24
24
```
25
25
resoft
26
26
```
27
-
-obtain 3 compute nodes in _interactive_ (`-I`) mode to run the hands on exercises by running the following `qsub` command...
27
+
-Obtain 3 compute nodes in _interactive_ (`-I`) mode to run the hands on exercises by running the following `qsub` command...
28
28
```
29
29
qsub -I -n 3 -t 720 -A ATPESC2017
30
30
```
@@ -47,7 +47,7 @@ Some of the hands-on exercises have optional visualization instructions
47
47
and use a variety of visualization tools.
48
48
49
49
Getting a room of more than 70 people with different laptops working with
50
-
remote visualization from cooley is not something either our tight agenda or
50
+
remote visualization from Cooley is not something either our tight agenda or
51
51
our staff are prepared to support. In addition, where necessary, the hands-on
52
52
leader(s) will demonstrate the use of some tools and learners can follow
53
53
along at those points.
@@ -67,15 +67,15 @@ exercises.
67
67
paraview, VisIt and glvis.
68
68
69
69
We have a devloped a script (to be run on your laptop) that can help with
70
-
setting up a VNC connection to cooley. It can work on MacOS, and with some
71
-
Linux VNC clients (vinagre, vncviewer). However the script is fragile and
72
-
might not work with everyones setup - hence this is optional. This script
73
-
will do several things
70
+
setting up a VNC connection to Cooley. It can work on MacOS, and with some
71
+
Linux VNC clients (vinagre, vncviewer). However, the script is fragile and
72
+
might not work with everyone's setup - hence this is optional. This script
73
+
will do several things:
74
74
75
-
-Logs you into cooley once with your token
76
-
-Sets up SSH Control Master so you only have to log into cooley with your token once for the whole day and password-less will work thereafter
77
-
-Reserves 3 nodes for 12h on cooley.
78
-
-Sets up a VNC connection to those nodes
75
+
-Log you into cooley once with your token.
76
+
-Set up SSH Control Master so you have to log into Cooley with your token only once for the whole day and password-less will work thereafter.
77
+
-Reserve 3 nodes for 12h on Cooley.
78
+
-Set up a VNC connection to those nodes.
79
79
80
80
Mac and Linux users are welcome download and run this script to
81
81
setup a VNC connection. Doing so will permit quick use of tools
@@ -106,16 +106,16 @@ Now, try running the script
106
106
```
107
107
108
108
### Notes
109
-
- If allocating nodes via this script - please deallocate nodes that you might have previously allocated
109
+
- If allocating nodes via this script, please deallocate nodes that you might have previously allocated
110
110
by simply logging out of the interactive allocation.
111
111
112
112
### Troubleshooting
113
-
- If you have a different preferred Linux VNC client - you should be able to use it to connect to the VNC connection that is already setup by this script. For example,
113
+
- If you have a different preferred Linux VNC client, you should be able to use it to connect to the VNC connection that is already setup by this script. For example,
114
114
```
115
115
krdc vnc://localhost:22590
116
116
```
117
117
- When rerunning the script - if the ssh command to setup VNC tunnel fails - you
118
-
might have to kill the _ssh control master_ process and restart again. Its easiest
118
+
might have to kill the _ssh control master_ process and restart again. It's easiest
119
119
to simply find all ssh logins to cooley and kill them
0 commit comments