Skip to content

Instantly share code, notes, and snippets.

@wolfiex
Last active March 18, 2021 01:08
Show Gist options
  • Save wolfiex/34f0d87b241f71eb37b8ebd70d85c550 to your computer and use it in GitHub Desktop.
Save wolfiex/34f0d87b241f71eb37b8ebd70d85c550 to your computer and use it in GitHub Desktop.
CESM compiler script for ARC4
<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