Last active
March 18, 2021 01:08
-
-
Save wolfiex/34f0d87b241f71eb37b8ebd70d85c550 to your computer and use it in GitHub Desktop.
CESM compiler script for ARC4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<compiler MACH="arc4"> | |
<SLIBS> | |
<append> -I$ENV{ILIBS}/include -I$ENV{ILIBS}/lib -Wl,-rpath -Wl,%{ILIBS}/lib -Wl,--enable-new-dtags -L$ENV{ILIBS}/lib -lmpi_usempif08 -lmpi_usempi_ignore_tkr -lmpi_mpifh -lmpi -L$ENV{ILIBS}/lib -lnetcdff -lnetcdf</append> | |
</SLIBS> | |
<ESMF_LIBDIR>/home/home01/earfw/esmf_arc4/lib/libO/Linux.intel.64.openmpi.default/</ESMF_LIBDIR> | |
</compiler> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment