We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce8479 commit 2e596aeCopy full SHA for 2e596ae
1 file changed
build_run/compile.archives
@@ -153,6 +153,8 @@ egrep -v "atmos_cubed_sphere/driver/GFDL/*" pathnames.all > pathnames_atmos_cu
153
egrep -v "atmos_cubed_sphere/driver/SHiELD/*" pathnames.all > pathnames_atmos_cubed
154
/bin/mv pathnames_atmos_cubed pathnames.all
155
egrep -v "*cmip*" pathnames.all > pathnames_atmos_cubed
156
+/bin/mv pathnames_atmos_cubed pathnames.all
157
+egrep -v "*fv_cmp*" pathnames.all > pathnames_atmos_cubed
158
159
$mkmf -m Makefile -a $sourcedir -p lib_atmos_cubed.a -t $template -c "$cppDefs" -o "-I$execdir/fms" $execdir/atmos_cubed/pathnames_atmos_cubed $src_share/include $src_share/mpp/include $SLIST
160
popd
0 commit comments