Scheduler now has a first fit algorithm based on memory, cpu, and watts. Watts need to be set by the user but should be calculated through heuristics. Framework now also works by having a set of tasks and launching them.
This commit is contained in:
parent
37ed6ddf8f
commit
71f0896986
6 changed files with 142 additions and 83 deletions
11
workload_1.json
Normal file
11
workload_1.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
[
|
||||
{
|
||||
"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": 1
|
||||
}
|
||||
|
||||
]
|
Reference in a new issue