Skip to content

Commit

Permalink
Specify that memory used is after solve!
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Kawczynski <kawczynski.charles@gmail.com>
  • Loading branch information
Sbozzolo and charleskawczynski authored Dec 19, 2023
1 parent cfb408e commit 5dcccf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/solver/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function solve_atmos!(simulation)
# Close all the files opened by the writers

maxrss_str = prettymemory(maxrss())
@info "Memory currently used by the process (RSS): $maxrss_str"
@info "Memory currently used (after solve!) by the process (RSS): $maxrss_str"

foreach(CAD.close, output_writers)
end
Expand Down

0 comments on commit 5dcccf1

Please sign in to comment.