increase resource requirements of some rules

This commit is contained in:
Fabian Neumann 2022-12-27 12:16:02 +01:00
parent c025e87b6d
commit 69a33e3698

View File

@ -68,7 +68,7 @@ if config["enable"].get("prepare_links_p_nom", False):
"logs/" + RDIR + "prepare_links_p_nom.log", "logs/" + RDIR + "prepare_links_p_nom.log",
threads: 1 threads: 1
resources: resources:
mem_mb=500, mem_mb=1500,
script: script:
"scripts/prepare_links_p_nom.py" "scripts/prepare_links_p_nom.py"
@ -167,7 +167,7 @@ rule base_network:
"benchmarks/" + RDIR + "base_network" "benchmarks/" + RDIR + "base_network"
threads: 1 threads: 1
resources: resources:
mem_mb=500, mem_mb=1500,
script: script:
"scripts/base_network.py" "scripts/base_network.py"
@ -190,7 +190,7 @@ rule build_shapes:
"logs/" + RDIR + "build_shapes.log", "logs/" + RDIR + "build_shapes.log",
threads: 1 threads: 1
resources: resources:
mem_mb=500, mem_mb=1500,
script: script:
"scripts/build_shapes.py" "scripts/build_shapes.py"
@ -657,7 +657,7 @@ rule make_summary:
+ RDIR + RDIR
+ "make_summary/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}.log", + "make_summary/elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}.log",
resources: resources:
mem_mb=500, mem_mb=1500,
script: script:
"scripts/make_summary.py" "scripts/make_summary.py"
@ -676,7 +676,7 @@ rule plot_summary:
+ RDIR + RDIR
+ "plot_summary/{summary}_elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}_{ext}.log", + "plot_summary/{summary}_elec_s{simpl}_{clusters}_ec_l{ll}_{opts}_{country}_{ext}.log",
resources: resources:
mem_mb=500, mem_mb=1500,
script: script:
"scripts/plot_summary.py" "scripts/plot_summary.py"
@ -706,6 +706,6 @@ rule plot_p_nom_max:
+ RDIR + RDIR
+ "plot_p_nom_max/elec_s{simpl}_{clusts}_{techs}_{country}_{ext}.log", + "plot_p_nom_max/elec_s{simpl}_{clusts}_{techs}_{country}_{ext}.log",
resources: resources:
mem_mb=500, mem_mb=1500,
script: script:
"scripts/plot_p_nom_max.py" "scripts/plot_p_nom_max.py"