Skip to content
Snippets Groups Projects
Commit 40e4a4ec authored by Maxime MORGE's avatar Maxime MORGE :construction_worker:
Browse files

PSSI: try improve C^S_H

parent 17427c86
Branches
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ class ConsumptionCampaign(simulatedCost: SimulatedCost, fromStable: Boolean = fa
val configurations : List[ConsumptionConfiguration] = { // The configurations
val numbersOfJobs = List.range(4, 5, 1) // l in [4,5[
val numbersOfTasks = List.range(160, 360, 40)
val numbersOfTasks = List.range(80, 360, 40)
if (byNodes)
List.tabulate(9)(nbNodes => new ConsumptionConfiguration(8+ nbNodes, 4, 120, Uncorrelated))
else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment