[Dart-dev] DART/branches Revision: 11993

dart at ucar.edu dart at ucar.edu
Tue Oct 17 15:32:51 MDT 2017


nancy at ucar.edu
2017-10-17 15:32:50 -0600 (Tue, 17 Oct 2017)
133
craig says the original mkmf worked for him
if he removed the -C argument from the cpp line.
i updated the comment to reflect that.




Modified: DART/branches/rma_trunk/observations/obs_converters/GSI2DART/work/mkmf_gsi_to_dart
===================================================================
--- DART/branches/rma_trunk/observations/obs_converters/GSI2DART/work/mkmf_gsi_to_dart	2017-10-17 21:07:55 UTC (rev 11992)
+++ DART/branches/rma_trunk/observations/obs_converters/GSI2DART/work/mkmf_gsi_to_dart	2017-10-17 21:32:50 UTC (rev 11993)
@@ -13,7 +13,7 @@
 # and change the path_names file to include the .f90 file instead of .F90:
 #
 # rm -f ../enkf/kinds.f90
-# /usr/bin/cpp -C -P -D_REAL8_ -traditional-cpp ../enkf/kinds.F90 > ../enkf/kinds.f90
+# /usr/bin/cpp -P -D_REAL8_ -traditional-cpp ../enkf/kinds.F90 > ../enkf/kinds.f90
 
 ../../../../build_templates/mkmf -p gsi_to_dart -t ../../../../build_templates/mkmf.template   \
  -c " -D_REAL8_" -a "../../../.." -w path_names_gsi_to_dart  # Note the "-w" for MPI build


More information about the Dart-dev mailing list