Skip to content

Commit

Permalink
Merge pull request #29 from saracook/master
Browse files Browse the repository at this point in the history
updating node names
  • Loading branch information
saracook authored Dec 5, 2024
2 parents 42a54b7 + ebf7643 commit f75bc4b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions includes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"queues": [
{
"name": "normal",
"cpu": "Dual Core Intel Xeon Gold 6130 (16C 2.1GHz)",
"cpu": "Dual Intel Xeon Gold 6130 (16C 2.1GHz)",
"memory": "370GB",
"memoryNum":370,
"nodes": "2",
Expand All @@ -17,7 +17,7 @@
"showTable" : true
},
{ "name": "gpu",
"cpu": "Dual Core Intel Xeon Gold 6130 (16C 2.1GHz)",
"cpu": "Dual Intel Xeon Gold 6130 (16C 2.1GHz)",
"memory":"350GB",
"memoryNum":350,
"nodes": "2",
Expand All @@ -31,11 +31,11 @@
"showTable" : true
},
{ "name": "gpu",
"cpu": "Dual Core Intel Xeon Silver 4114 (10C 2.2GHz)",
"cpu": "Dual Intel Xeon Silver 4114 (10C 2.2GHz)",
"memory":"250GB",
"memoryNum":250,
"nodes": "3",
"displayNodes" : "6",
"displayNodes" : "5",
"gpus" : "Quad NVIDIA Tesla V100",
"gpuNumber" : 4,
"gpuFlag" : "#SBATCH -C GPU_SKU:V100_PCIE",
Expand All @@ -45,11 +45,11 @@
"showTable" : true
},
{ "name": "gpu",
"cpu": "Dual Core Intel Xeon Gold 6330 (56C 2GHz)",
"cpu": "Dual Intel Xeon Gold 6330 (56C 2GHz)",
"memory":"250GB",
"memoryNum":250,
"nodes": "3",
"displayNodes" : "6",
"displayNodes" : "4",
"gpus" : "Quad NVIDIA A100",
"gpuNumber" : 4,
"gpuFlag" : "#SBATCH -C GPU_SKU:A100_PCIE",
Expand Down

0 comments on commit f75bc4b

Please sign in to comment.