Skip to content

Commit

Permalink
Merge pull request #104 from costrouc/costrouc/docs-nersc-jupyter
Browse files Browse the repository at this point in the history
Add documentation about experimental NERSC jupyter server
  • Loading branch information
guillaumeeb committed Jul 31, 2018
2 parents f7c565a + 76faabd commit 4f2701f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions docs/configurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ It should be noted that the the following config file assumes you are running th
$ salloc -N 1 -C haswell --qos=interactive -t 04:00:00
Then you will run dask jobqueue directly on that interactive node. Note the distributed section that is set up to avoid having dask write to disk. This was due to some weird behavior with the local filesystem.
Then you will run dask jobqueue directly on that interactive node. Note the distributed section that is set up to avoid having dask write to disk. This was due to some weird behavior with the local filesystem.

Alternatively you may use the experimental `NERSC jupyterhub <https://jupyter-dev.nersc.gov/>`_ which will launch a notebook server on a reserved large memory node of Cori. In this case no special interactive session is needed and dask jobqueue will perform as expected.


.. code-block:: yaml
Expand All @@ -73,7 +75,7 @@ Then you will run dask jobqueue directly on that interactive node. Note the dist
processes: 4
queue: debug
walltime: '00:10:00'
job-extra: ['-C haswell', '-L project, SCRATCH, cscratch1']
job-extra: ['-C haswell', '-L project, SCRATCH, cscratch1']
ARM Stratus
Expand All @@ -94,4 +96,4 @@ ARM Stratus
queue: high_mem # Can also select batch or gpu_ssd
project: arm
walltime: 00:30:00 #Adjust this to job size
job-extra: ['-W group_list=cades-arm']
job-extra: ['-W group_list=cades-arm']

0 comments on commit 4f2701f

Please sign in to comment.