Skip to content

Commit

Permalink
[lyon] Put gemini in default queue
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDelamare committed Nov 12, 2019
1 parent 735ad55 commit 818dcf7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions data/grid5000/sites/lyon/clusters/gemini/gemini.json
Expand Up @@ -3,8 +3,8 @@
"kavlan": true,
"model": "Nvidia DGX-1",
"queues": [
"admin",
"testing"
"default",
"admin"
],
"type": "cluster",
"uid": "gemini"
Expand Down
4 changes: 2 additions & 2 deletions data/grid5000/sites/lyon/clusters/gemini/nodes/gemini-1.json
Expand Up @@ -370,8 +370,8 @@
"deploy": true,
"max_walltime": 0,
"queues": [
"admin",
"testing"
"default",
"admin"
],
"virtual": "ivt"
},
Expand Down
4 changes: 2 additions & 2 deletions data/grid5000/sites/lyon/clusters/gemini/nodes/gemini-2.json
Expand Up @@ -370,8 +370,8 @@
"deploy": true,
"max_walltime": 0,
"queues": [
"admin",
"testing"
"default",
"admin"
],
"virtual": "ivt"
},
Expand Down
5 changes: 3 additions & 2 deletions input/grid5000/sites/lyon/clusters/gemini/gemini.yaml
Expand Up @@ -2,17 +2,18 @@ model: Nvidia DGX-1
created_at: 2019-09-01
kavlan: true
queues:
- default
- admin
- testing

nodes:
gemini-[1-2]:
supported_job_types:
deploy: true
besteffort: false
max_walltime: 0
queues:
- default
- admin
- testing
storage_devices:
sda:
interface: SAS
Expand Down

0 comments on commit 818dcf7

Please sign in to comment.