diff --git a/docs/src/install.md b/docs/src/install.md index 77507a073..794766db7 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -17,6 +17,10 @@ We highly recommend using the [Juliaup](https://github.com/JuliaLang/juliaup) ma !!! note To clone the FUSE repository you will need to [setup your public key on git GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account) + !!! note + If you are installing from an old install and the package update isn't able to resolve itself feel free to remove every folder except the `dev` folder in your `.julia` folder + + !!! tip 1. Add FUSE and its dependencies to the julia environment (this may take a few minutes): ```bash @@ -55,4 +59,4 @@ We highly recommend using the [Juliaup](https://github.com/JuliaLang/juliaup) ma ```bash jupyter-lab - ``` + ``` \ No newline at end of file diff --git a/docs/src/parallel.md b/docs/src/parallel.md index b5465dfca..bcf55d6ce 100644 --- a/docs/src/parallel.md +++ b/docs/src/parallel.md @@ -14,11 +14,15 @@ addprocs(SlurmManager(np-nprocs()+1), partition="preemptable", ntasks_per_core=1 ## Parallel Jupyter on Saga cluster On `cybele` via NoMachine connect to `saga` + ``` jupyter lab --no-browser --port 55667 ``` -On your computer setup your `~/.ssh.config` this way: +Copy the token that you see on this session it should look something like ```token=1f1e0259cbc1..................``` + + +On your computer setup your `~/.ssh/config` this way: ``` Host cybele cybele.gat.com Hostname cybele.gat.com @@ -36,6 +40,8 @@ and start a tunnel going through `cybele` to `saga` (keep this open) ssh -N -L localhost:33445:localhost:55667 sagae ``` +Use the token that you coppied from your nomachine session and use it in the http://localhost:33445 login page + Now, on your computer open a web browser tab to `localhost:33445` to connect to the Jupyter-lab session on `saga`. And finally, in this interactive Jupyter-lab one can use `saga` nodes with: