Adding node class mapping for Watts as a resource in binpack

This commit is contained in:
Renan DelValle 2016-12-23 21:04:15 -05:00
parent 147bbc8b5a
commit 312728a2f6
3 changed files with 266 additions and 1 deletions

17
workload_sample.json Normal file
View file

@ -0,0 +1,17 @@
[
{
"name" : "minfe",
"cpu": 3.0,
"ram": 4096,
"watts": 50,
"image": "gouravr/minife:v5",
"cmd": "cd src && mpirun -np 1 miniFE.x -nx 100 -ny 100 -nz 100",
"inst": 10,
"class_to_watts" : {
"A": 30.2475289996,
"B": 35.6491229228,
"C": 24.0476734352
}
}
]