Skip to content

Commit

Permalink
Update check_allocate allocation message
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmielin committed Dec 9, 2024
1 parent 76e34b0 commit 0cc4573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/cam_abortutils.F90
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ subroutine check_allocate(errcode, subname, fieldname, file, line, errmsg)

! Write error message with memory stats
write(abort_msg, '(4a,i0,a,f10.2,a,f10.2,a)') &
trim(subname), ": Allocate of '", &
trim(subname), ": Allocation of '", &
trim(fieldname), "' failed with code ", errcode, &
". Memory highwater is ", mem_hw_val, &
" mb, current memory usage is ", mem_val, " mb"
Expand Down

0 comments on commit 0cc4573

Please sign in to comment.