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: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,13 @@ The associated "Introduction to HPC and M2" slides can be found [here](https://s
6
6
7
7
1. Go to [hpc.smu.edu](https://hpc.smu.edu/)
8
8
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
16
16
same as those requested via a standard Slurm script on M2. For this tutorial:
0 commit comments