Skip to content

Commit

Permalink
Update helios.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mgermain authored Jun 22, 2017
1 parent c94f08e commit 9133e15
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions smartdispatch/config/helios.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"gpu_8": {
"ram": 126,
"modules": ["cuda/7.5.18"],
"modules": ["cuda/8.0.44"],
"cores": 20,
"max_walltime": "12:00:00",
"gpus": 8,
"nodes": 15
},
"gpu_4": {
"ram": 63,
"modules": ["cuda/7.5.18"],
"modules": ["cuda/8.0.44"],
"cores": 10,
"max_walltime": "12:00:00",
"gpus": 4,
"nodes": 15
},
"gpu_1": {
"ram": 16,
"modules": ["cuda/7.5.18"],
"modules": ["cuda/8.0.44"],
"cores": 1,
"max_walltime": "12:00:00",
"gpus": 1,
"nodes": 15
},
"test": {
"ram": 126,
"modules": ["cuda/7.5.18"],
"modules": ["cuda/8.0.44"],
"cores": 20,
"max_walltime": "15:00",
"gpus": 8,
Expand Down

0 comments on commit 9133e15

Please sign in to comment.