Commit 3e945506 authored by Alexander Rosenberg's avatar Alexander Rosenberg

make the pretext more to the point

parent 3f927d95
...@@ -14,14 +14,9 @@ This example uses local storage as we are not dealing with large amounts of data ...@@ -14,14 +14,9 @@ This example uses local storage as we are not dealing with large amounts of data
Jupyter Notebook is started on the cluster like any other workload, by submitting a job through Slurm. Jupyter Notebook is started on the cluster like any other workload, by submitting a job through Slurm.
As the compute nodes (where workloads run on the cluster) are not directly reachable from the campus network, we need to set up a chain of SSH port forwards to access Jupyter Notebook instances. The job script will: As the compute nodes (where workloads run on the cluster) are not directly reachable from the campus network, we need to setup SSH port forwarding to access the Jupyter Notebook instance. The following script starts Jupyter Notebook on an available port and then provides you the necessary SSH command to reach it.
1. Start a Jupyter notebook server on an available port on the compute node
2. Provide you with the necessary SSH command to establish connection through: From the login node, save the following as `jupyter.sbatch`:
- The Linux lab machine (adams)
- The login node
- Finally reaching your compute node
On the login node, save the following script as `jupyter.sbatch`:
```bash ```bash
#!/bin/bash #!/bin/bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment