[Dart-dev] DART/branches Revision: 13058

dart at ucar.edu dart at ucar.edu
Fri Mar 22 16:22:32 MDT 2019


thoar at ucar.edu
2019-03-22 16:22:32 -0600 (Fri, 22 Mar 2019)
34
minor rewoding on comment lines.




Modified: DART/branches/recam/models/buildall.csh
===================================================================
--- DART/branches/recam/models/buildall.csh	2019-03-22 22:10:33 UTC (rev 13057)
+++ DART/branches/recam/models/buildall.csh	2019-03-22 22:22:32 UTC (rev 13058)
@@ -32,13 +32,13 @@
 # MPI builds and tests.  set the argument to the build scripts so it
 # knows which ones to build.
 if ( "$usingmpi" == "yes" ) then
-  echo "Will be building with MPI enabled"
+  echo "Building with MPI support."
   set QUICKBUILD_ARG='-mpi'
 else if ( "$usingmpi" == "default" ) then
-  echo "Will be building with the default MPI settings"
+  echo "Building with the default MPI settings"
   set QUICKBUILD_ARG=''
 else if ( "$usingmpi" == "no" ) then
-  echo "Will NOT be building with MPI enabled"
+  echo "Building WITHOUT MPI support."
   set QUICKBUILD_ARG='-nompi'
 else
   echo "Internal error: unrecognized value of usingmpi; should not happen"


More information about the Dart-dev mailing list