Deallocate memory in lnd_set_decomp_and_domain
Open
b4b
performance
- Dominant language
- Fortran
- Stars
- 352
- Forks
- 361
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 7
Description
It turns out the ESMF objects that are created in lnd_set_decomp_domain that could be cleaned after they are used as they are only needed in initialization. The objects are in local memory, but the memory that ESMF allocates for them isn't cleared without doing explicit Destroy or Release calls.
Contributor guide
Assessment
This issue has not been assessed yet.