[Dart-dev] DART/branches Revision: 13037

dart at ucar.edu dart at ucar.edu
Wed Mar 20 13:28:33 MDT 2019


thoar at ucar.edu
2019-03-20 13:28:33 -0600 (Wed, 20 Mar 2019)
350
Since mkmf_closest_member_tool exists for L96, add it to the list of MPI targets. 
There is an argument to be made to remove closest_member_tool from the models 
that predominantly use the single-file format. Since L96 is the only single-file
format model that has build support for closest_member_tool, it should be part
of the MPI targets in L96.




Modified: DART/branches/recam/models/lorenz_96/work/quickbuild.csh
===================================================================
--- DART/branches/recam/models/lorenz_96/work/quickbuild.csh	2019-03-20 17:29:58 UTC (rev 13036)
+++ DART/branches/recam/models/lorenz_96/work/quickbuild.csh	2019-03-20 19:28:33 UTC (rev 13037)
@@ -28,7 +28,7 @@
 set BUILDING = "Lorenz 96"
 
 # programs which have the option of building with MPI:
-set MPI_TARGETS = "filter perfect_model_obs model_mod_check"
+set MPI_TARGETS = "filter perfect_model_obs model_mod_check closest_member_tool"
 
 # set default (override with -mpi or -nompi):
 #  0 = build without MPI, 1 = build with MPI


More information about the Dart-dev mailing list