We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3b97f commit 4759892Copy full SHA for 4759892
src/cases/report_timing.cpp
@@ -55,6 +55,7 @@ pnetcdf_check_mem_usage(MPI_Comm comm)
55
if (rank == 0 && sum_size > 0)
56
printf("heap memory allocated by PnetCDF internally has %lld bytes yet to be freed\n\n",
57
sum_size);
58
+ if (malloc_size > 0) ncmpi_inq_malloc_list();
59
}
60
else if (err != NC_ENOTENABLED)
61
/* not a fatal error */
0 commit comments