Skip to content

Commit 4d567d2

Browse files
authored
Remove "max rss" output for eCLM (#72)
1 parent db467b7 commit 4d567d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/eclm/cime_comp_mod.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4059,7 +4059,7 @@ subroutine cime_run()
40594059
ice(ens1)%iamroot_compid .or. &
40604060
glc(ens1)%iamroot_compid .or. &
40614061
wav(ens1)%iamroot_compid) then
4062-
call shr_mem_getusage(msize,mrss,.true.)
4062+
call shr_mem_getusage(msize,mrss,.false.)
40634063

40644064
write(logunit,105) ' memory_write: model date = ',ymd,tod, &
40654065
' memory = ',msize,' MB (highwater) ',mrss,' MB (usage)', &
@@ -4119,7 +4119,7 @@ subroutine cime_run()
41194119
endif
41204120

41214121
#ifdef USE_PDAF
4122-
! TSMP specific stop condition:
4122+
! TSMP-PDAF specific stop condition:
41234123
counter = counter + 1
41244124
if (present(ntsteps) .and. counter == ntsteps) then
41254125
if (iamroot_CPLID) then

0 commit comments

Comments
 (0)