[Dart-dev] DART/branches Revision: 12433

dart at ucar.edu dart at ucar.edu
Wed Mar 7 11:37:33 MST 2018


nancy at ucar.edu
2018-03-07 11:37:33 -0700 (Wed, 07 Mar 2018)
177
add a script to build programs in the assimilation/programs dir
if they can be built there.  (the rest are built as part of
each model's work directory quickbuild.csh script.)




Modified: DART/branches/rma_netcdf_utils/developer_tests/test_dart.csh
===================================================================
--- DART/branches/rma_netcdf_utils/developer_tests/test_dart.csh	2018-03-07 18:36:19 UTC (rev 12432)
+++ DART/branches/rma_netcdf_utils/developer_tests/test_dart.csh	2018-03-07 18:37:33 UTC (rev 12433)
@@ -141,6 +141,33 @@
 echo
 echo "=================================================================="
 echo "=================================================================="
+echo "Building and testing supported programs starting at "`date`
+echo "=================================================================="
+echo "=================================================================="
+echo
+echo
+
+cd ${DARTHOME}/assimilation_code/programs
+if ( 1 == 1 ) then
+  ./buildall.csh $MPIFLAG
+endif
+
+echo
+echo
+echo "=================================================================="
+echo "=================================================================="
+echo "Program testing complete at "`date`
+echo "=================================================================="
+echo "=================================================================="
+echo
+echo
+
+#----------------------------------------------------------------------
+
+echo
+echo
+echo "=================================================================="
+echo "=================================================================="
 echo "Testing location modules starting at "`date`
 echo "=================================================================="
 echo "=================================================================="
@@ -173,7 +200,7 @@
 
 if ! ( $?MPI ) then
 
-   echo "MPI not enabled ... stopping."
+   echo "MPI tests not enabled ... stopping."
 
 else
 


More information about the Dart-dev mailing list