Skip to content

Commit ec9cfd5

Browse files
authored
Update README.md
1 parent e36ce94 commit ec9cfd5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ The associated "Introduction to HPC and M2" slides can be found [here](https://s
66

77
1. Go to [hpc.smu.edu](https://hpc.smu.edu/)
88
2. Sign in using your SMU ID and SMU password
9-
3. Select "ManeFrame II Shell Access" from the "Clusters" drop-down menu.
10-
4. In the "Shell" tab type `git clone https://github.com/SouthernMethodistUniversity/DHRI_python.git` to clone the GitHub repository.
11-
5. In the same "Shell" tab type `cd DHRI_python` to change to repository's directory to verify that it has been clone properly. (Typing `ls` should show files that have been downloaded.)
12-
6. In the "Dashboard" tab select "JupyterLab" from the "Interactive Apps" drop-down menu.
13-
7. Set the "Additional environment modules to load" field to `environment`.
14-
8. Set the "Custom module paths" field to `module use $HOME/DHRI_python`.
15-
9. Select other options required for your Jupyter instance. These options are the
9+
3. Select "ManeFrame II Shell Access" from the "Clusters" drop-down menu. (Note: If you are a new user, you might be prompted for a password. It will capture your keystrokes even if nothing you're typing appears.)
10+
5. In the "Shell" tab type `git clone https://github.com/SouthernMethodistUniversity/DHRI_python.git` to clone the GitHub repository.
11+
6. In the same "Shell" tab type `cd DHRI_python` to change to repository's directory to verify that it has been clone properly. (Typing `ls` should show files that have been downloaded.)
12+
7. In the "Dashboard" tab select "JupyterLab" from the "Interactive Apps" drop-down menu.
13+
8. Set the "Additional environment modules to load" field to `environment`.
14+
9. Set the "Custom module paths" field to `module use $HOME/DHRI_python`.
15+
10. Select other options required for your Jupyter instance. These options are the
1616
same as those requested via a standard Slurm script on M2. For this tutorial:
1717
- Partition: `htc`
1818
- Number of hours: 3

0 commit comments

Comments
 (0)