Skip to content

Commit

Permalink
Log memory usage also for electricity-only solve_network
Browse files Browse the repository at this point in the history
  • Loading branch information
koen-vg committed Nov 14, 2024
1 parent af7730a commit 0e73166
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rules/solve_electricity.smk
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ rule solve_network:
RESULTS
+ "logs/solve_network/base_s_{clusters}_elec_l{ll}_{opts}_solver.log"
),
memory=RESULTS
+ "logs/solve_network/base_s_{clusters}_elec_l{ll}_{opts}_memory.log",
python=RESULTS
+ "logs/solve_network/base_s_{clusters}_elec_l{ll}_{opts}_python.log",
benchmark:
Expand Down

0 comments on commit 0e73166

Please sign in to comment.