Skip to content

Commit

Permalink
Add doe arm (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephhardinee authored and mrocklin committed Jul 16, 2018
1 parent 5bf3e01 commit 4816a25
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/configurations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ Cheyenne
resource-spec: select=1:ncpus=36:mem=109G
NERSC Cori
----------

Expand Down Expand Up @@ -73,3 +74,24 @@ Then you will run dask jobqueue directly on that interactive node. Note the dist
queue: debug
walltime: '00:10:00'
job-extra: ['-C haswell', '-L project, SCRATCH, cscratch1']
ARM Stratus
-----------

`Department of Energy Atmospheric Radiation Measurement (DOE-ARM) Stratus Supercomputer <https://adc.arm.gov/tutorials/cluster/stratusclusterquickstart.html>`_.

.. code-block:: yaml
jobqueue:
pbs:
name: dask-worker
cores: 36
memory: 270GB
processes: 6
interface: ib0
local-directory: $localscratch
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']

0 comments on commit 4816a25

Please sign in to comment.