Skip to content

Commit

Permalink
Add configuration file for Graham
Browse files Browse the repository at this point in the history
  • Loading branch information
bouthilx committed Oct 17, 2017
1 parent 1dea0d8 commit cac2f08
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions smartdispatch/config/graham.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
{
"cpu": {
"ram": 126,
"cores": 32,
"max_walltime": "648:00:00",
"gpus": 0,
"nodes": 800
},
"large_mem": {
"ram": 252,
"cores": 32,
"max_walltime": "648:00:00",
"gpus": 0,
"nodes": 56
},
"large_mem_500": {
"ram": 504,
"cores": 32,
"max_walltime": "648:00:00",
"gpus": 0,
"nodes": 24
},
"large_mem_3000": {
"ram": 3024,
"cores": 64,
"max_walltime": "?",
"gpus": 0,
"nodes": 3
},
"gpu_1": {
"ram": 63,
"modules": ["cuda/8.0.44"],
"cores": 16,
"max_walltime": "648:00:00",
"gpus": 1,
"nodes": 320
},
"gpu_2": {
"ram": 126,
"modules": ["cuda/8.0.44"],
"cores": 32,
"max_walltime": "648:00:00",
"gpus": 2,
"nodes": 160
}
}

0 comments on commit cac2f08

Please sign in to comment.