Conversation
This commit corrects the link path for the ESMF module by replacing the incorrect make variable MPAS_ESMF_LIBS with MPAS_ESMF_LIB, which is the variable defined in the root Makefile. This issue came to attention due to a linking error that arises when building the MPAS atmosphere core with the nvhpc compiler in DEBUG mode.
6f7bfff to
099fee9
Compare
|
@abishekg7 Sorry for the typo! I looked through my work and I think that you caught the only place |
In principle, I don't think the |
This PR addresses the linking error that arises when building the MPAS atmosphere core with the
nvhpccompiler in DEBUG mode.The incorrect make variable
MPAS_ESMF_LIBSwithMPAS_ESMF_LIB, which is the variable defined in the root Makefile.