Commit 099fee9
committed
Correcting the ESMF link path in src/core_atmosphere/utils/Makefile
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.1 parent 88ae401 commit 099fee9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments