Skip to content

Commit

Permalink
add flag to allow for gnu + mpich compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
rem1776 authored Aug 31, 2023
1 parent 335594d commit 3a9d268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/null_model_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ EOF
mkdir -p $bld_dir/fms
list_paths -o $bld_dir/fms/pathnames_fms $src_dir/FMS
cd $bld_dir/fms
mkmf -m Makefile -a $src_dir -b $bld_dir -p libfms.a -t $mkmf_template -g -c "-Duse_netCDF -Duse_libMPI -DMAXFIELDS_=200 -DMAXFIELDMETHODS_=200 -DINTERNAL_FILE_NML -DHAVE_GETTID" -IFMS/include -IFMS/mpp/include $bld_dir/fms/pathnames_fms
mkmf -m Makefile -a $src_dir -b $bld_dir -p libfms.a -t $mkmf_template -g -o "-fallow-argument-mismatch" -c "-Duse_netCDF -Duse_libMPI -DMAXFIELDS_=200 -DMAXFIELDMETHODS_=200 -DINTERNAL_FILE_NML -DHAVE_GETTID" -IFMS/include -IFMS/mpp/include $bld_dir/fms/pathnames_fms
cd $bld_dir

# libocean_null
Expand Down

0 comments on commit 3a9d268

Please sign in to comment.