[Dart-dev] [4504] DART/trunk/observations/gps/work/quickbuild.csh: Minor edit - the advance_time executable hasn't used iargc()/iargv() for

nancy at ucar.edu nancy at ucar.edu
Fri Sep 24 15:05:09 MDT 2010


Revision: 4504
Author:   nancy
Date:     2010-09-24 15:05:09 -0600 (Fri, 24 Sep 2010)
Log Message:
-----------
Minor edit - the advance_time executable hasn't used iargc()/iargv() for
a long time, so remove the misleading 'help' message about getting it to 
compile with gfortran.  also clean out the .o files and default input
namelist files if everything builds successfully.

Modified Paths:
--------------
    DART/trunk/observations/gps/work/quickbuild.csh

-------------- next part --------------
Modified: DART/trunk/observations/gps/work/quickbuild.csh
===================================================================
--- DART/trunk/observations/gps/work/quickbuild.csh	2010-09-24 20:37:11 UTC (rev 4503)
+++ DART/trunk/observations/gps/work/quickbuild.csh	2010-09-24 21:05:09 UTC (rev 4504)
@@ -44,10 +44,6 @@
    switch ( $TARGET )
    case mkmf_preprocess:
       breaksw
-   case mkmf_advance_time:
-      echo "If advance_time fails to build with gfortran, edit the source"
-      echo "and comment out the interface block for iargc() and try again."
-      # fall through!
    default:
       @ n = $n + 1
       echo
@@ -60,6 +56,9 @@
    endsw
 end
 
+# clean up.  comment this out if you want to keep the .o and .mod files around
+\rm -f *.o *.mod input.nml.*_default
+
 echo "Success: All DART programs compiled."  
 
 exit 0


More information about the Dart-dev mailing list