[Dart-dev] DART/branches Revision: 11437

dart at ucar.edu dart at ucar.edu
Thu Apr 6 10:36:01 MDT 2017


nancy at ucar.edu
2017-04-06 10:36:01 -0600 (Thu, 06 Apr 2017)
81
remove .o and .mod files first before running;
remove input.nml*default at end.




Modified: DART/branches/rma_trunk/developer_tests/random_seq/test/quickbuild.csh
===================================================================
--- DART/branches/rma_trunk/developer_tests/random_seq/test/quickbuild.csh	2017-04-06 16:35:15 UTC (rev 11436)
+++ DART/branches/rma_trunk/developer_tests/random_seq/test/quickbuild.csh	2017-04-06 16:36:01 UTC (rev 11437)
@@ -17,6 +17,8 @@
 # ---------------
 # shouldn't have to modify this script below here.
 
+\rm -f *.o *.mod 
+
 @ n = 0
 
 foreach TARGET ( mkmf_* )
@@ -35,7 +37,7 @@
 
 echo "Success: All programs compiled."  
 
-\rm -f *.o *.mod 
+\rm -f *.o *.mod  input.nml*_default
 
 exit 0
 


More information about the Dart-dev mailing list