minor adjustment to memory requirements of add_electricity, cluster_network
This commit is contained in:
parent
47ab49e86b
commit
e1aae5a98e
@ -232,7 +232,7 @@ rule add_electricity:
|
|||||||
log: "logs/add_electricity.log"
|
log: "logs/add_electricity.log"
|
||||||
benchmark: "benchmarks/add_electricity"
|
benchmark: "benchmarks/add_electricity"
|
||||||
threads: 1
|
threads: 1
|
||||||
resources: mem=3000
|
resources: mem=5000
|
||||||
script: "scripts/add_electricity.py"
|
script: "scripts/add_electricity.py"
|
||||||
|
|
||||||
|
|
||||||
@ -273,7 +273,7 @@ rule cluster_network:
|
|||||||
log: "logs/cluster_network/elec_s{simpl}_{clusters}.log"
|
log: "logs/cluster_network/elec_s{simpl}_{clusters}.log"
|
||||||
benchmark: "benchmarks/cluster_network/elec_s{simpl}_{clusters}"
|
benchmark: "benchmarks/cluster_network/elec_s{simpl}_{clusters}"
|
||||||
threads: 1
|
threads: 1
|
||||||
resources: mem=3000
|
resources: mem=6000
|
||||||
script: "scripts/cluster_network.py"
|
script: "scripts/cluster_network.py"
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user