This change is required to compile the UFS MRW App v1.1 on certain linux systems. Without adding the ESMF_F90LINKOPTS to the CIME cmake config, the linker step for NEMS.exe is missing the -pthread option.
cime_config/configure_cime.cmake: add missing ESMF_F90LINKOPTS to cmake config
This has been tested so far on Ubuntu 18 with GNU-8.3.0, Redhat 8 with GNU-9.2.1, macOS Mojave with GNU-9.2.0, and on macOS Mojave with clang-9.0.0+gfortran 9.2.0.
This change is required to compile the UFS MRW App v1.1 on certain linux systems. Without adding the
ESMF_F90LINKOPTS
to the CIME cmake config, the linker step forNEMS.exe
is missing the-pthread
option.cime_config/configure_cime.cmake
: add missing ESMF_F90LINKOPTS to cmake configThis has been tested so far on Ubuntu 18 with GNU-8.3.0, Redhat 8 with GNU-9.2.1, macOS Mojave with GNU-9.2.0, and on macOS Mojave with clang-9.0.0+gfortran 9.2.0.