updated example workload definition
This commit is contained in:
parent
60e5e0ecc1
commit
978788a5aa
1 changed files with 31 additions and 16 deletions
|
@ -1,17 +1,32 @@
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"name" : "minfe",
|
"name": "minife",
|
||||||
"cpu": 3.0,
|
"cpu": 3.0,
|
||||||
"ram": 4096,
|
"ram": 4096,
|
||||||
"watts": 50,
|
"watts": 63.141,
|
||||||
"image": "gouravr/minife:v5",
|
"class_to_watts": {
|
||||||
"cmd": "cd src && mpirun -np 1 miniFE.x -nx 100 -ny 100 -nz 100",
|
"A": 93.062,
|
||||||
"inst": 10,
|
"B": 65.552,
|
||||||
"class_to_watts" : {
|
"C": 57.897,
|
||||||
"A": 30.2475289996,
|
"D": 60.729
|
||||||
"B": 35.6491229228,
|
},
|
||||||
"C": 24.0476734352
|
"image": "rdelvalle/minife:electron1",
|
||||||
}
|
"cmd": "cd src && mpirun -np 3 miniFE.x -nx 100 -ny 100 -nz 100",
|
||||||
}
|
"inst": 10
|
||||||
|
},
|
||||||
]
|
{
|
||||||
|
"name": "dgemm",
|
||||||
|
"cpu": 3.0,
|
||||||
|
"ram": 32,
|
||||||
|
"watts": 85.903,
|
||||||
|
"class_to_watts": {
|
||||||
|
"A": 114.789,
|
||||||
|
"B": 89.133,
|
||||||
|
"C": 82.672,
|
||||||
|
"D": 81.944
|
||||||
|
},
|
||||||
|
"image": "rdelvalle/dgemm:electron1",
|
||||||
|
"cmd": "/./mt-dgemm 1024",
|
||||||
|
"inst": 10
|
||||||
|
}
|
||||||
|
]
|
Reference in a new issue