Skip to content

Commit a5d6861

Browse files
authored
a few minor edits
1 parent 62ffe51 commit a5d6861

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

lessons/atpesc-instructions.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33

44
## Basic Instructions
55

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.
77

8-
- login to cooley
8+
- Login to Cooley
99
```
1010
ssh -C -X -Y username@cooley.alcf.anl.gov
1111
```
1212
- `-C` means to use compression
1313
- `-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)
1515
```
1616
+mvapich2
1717
+gcc-4.8.1
@@ -20,11 +20,11 @@ PATH+=/projects/ATPESC2017/NumericalPackages/spack/bin
2020
MPIEXEC_OMPI=/projects/ATPESC2017/NumericalPackages/spack/opt/spack/linux-rhel6-x86_64/gcc-4.8.1/openmpi-2.1.1-5b4k4f3vzgwz5qmektcqja2av4c4bjrg/bin/mpiexec
2121
MPIEXEC=/soft/libraries/mpi/mvapich2/gcc/bin/mpiexec
2222
```
23-
- 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.
2424
```
2525
resoft
2626
```
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...
2828
```
2929
qsub -I -n 3 -t 720 -A ATPESC2017
3030
```
@@ -47,7 +47,7 @@ Some of the hands-on exercises have optional visualization instructions
4747
and use a variety of visualization tools.
4848

4949
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
5151
our staff are prepared to support. In addition, where necessary, the hands-on
5252
leader(s) will demonstrate the use of some tools and learners can follow
5353
along at those points.
@@ -67,15 +67,15 @@ exercises.
6767
paraview, VisIt and glvis.
6868

6969
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:
7474

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.
7979

8080
Mac and Linux users are welcome download and run this script to
8181
setup a VNC connection. Doing so will permit quick use of tools
@@ -106,16 +106,16 @@ Now, try running the script
106106
```
107107

108108
### 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
110110
by simply logging out of the interactive allocation.
111111

112112
### 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,
114114
```
115115
krdc vnc://localhost:22590
116116
```
117117
- 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
119119
to simply find all ssh logins to cooley and kill them
120120
```
121121
$ ps -ef | grep cooley

0 commit comments

Comments
 (0)