[Dart-dev] DART/branches Revision: 11236

dart at ucar.edu dart at ucar.edu
Tue Mar 7 16:31:21 MST 2017


hendric at ucar.edu
2017-03-07 16:31:21 -0700 (Tue, 07 Mar 2017)
47
mpi_utilities have moved to assimilation_code




Modified: DART/branches/rma_rearrange/build_templates/mkmf
===================================================================
--- DART/branches/rma_rearrange/build_templates/mkmf	2017-03-07 23:28:39 UTC (rev 11235)
+++ DART/branches/rma_rearrange/build_templates/mkmf	2017-03-07 23:31:21 UTC (rev 11236)
@@ -142,7 +142,7 @@
 #the at sign prevents the command from being echoed to the terminal.
 print MAKEFILE "all: fixsys $opt_p\n"; # first target should be program, so you can type just 'make'
 print MAKEFILE "fixsys: \n";
-print MAKEFILE "\t@ (cd ${opt_a}mpi_utilities\; ./fixsystem \$(FC) )\n" ;
+print MAKEFILE "\t@ (cd ${opt_a}assimilation_code/modules/utilities\; ./fixsystem \$(FC) )\n" ;
 #end change nsc 02aug2013
 
 #if cppdefs flag is present, look for changes in cppdefs


More information about the Dart-dev mailing list