Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Adjust qos on Gerty to match Cori
Browse files Browse the repository at this point in the history
  • Loading branch information
rcthomas committed Sep 24, 2020
1 parent b980fb7 commit 7792969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter-nersc/web-jupyterhub/jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1115,7 +1115,7 @@ def comma_split(string):
"req_remote_host": "gerty.nersc.gov",
"req_homedir": "/tmp",
"req_runtime": "240",
"req_qos": "regular",
"req_qos": "jupyter",
"hub_api_url": f"https://{nersc_jupyterhub_subdomain}.nersc.gov/hub/api",
"path": "/global/common/cori_cle7/software/jupyter/cori/20-09/bin:/global/common/cori/das/jupyterhub:/usr/common/usg/bin:/usr/bin:/bin",
"batchspawner_singleuser_cmd" : " ".join([
Expand Down

0 comments on commit 7792969

Please sign in to comment.