ESCOMP / FV3GFS_interface

CEMPS interface to FV3GFS
0 stars 2 forks source link

release/public-v1: add missing ESMF_F90LINKOPTS to cime cmake config #15

Closed climbfuji closed 4 years ago

climbfuji commented 4 years ago

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.

uturuncoglu commented 4 years ago

@climbfuji do you still need for this PR?

climbfuji commented 4 years ago

Superseded by https://github.com/ESCOMP/FV3GFS_interface/pull/16.