Merge branch 'master' into dev-stable

This commit is contained in:
Anthony Scemama 2024-04-02 17:43:53 +02:00
commit a209b1b8cb
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ subroutine check_mem(rss_in,routine)
double precision, intent(in) :: rss_in
character*(*) :: routine
double precision :: mem
call total_memory(mem)
call resident_memory(mem)
mem += rss_in
if (mem > qp_max_mem) then
call print_memory_usage()