[Dart-dev] ../.. Revision: 12324

dart at ucar.edu dart at ucar.edu
Fri Jan 12 12:12:49 MST 2018


nancy at ucar.edu
2018-01-12 12:12:49 -0700 (Fri, 12 Jan 2018)
125
glen found the magic flag that lets this compile
with intel.  add comment to the README about what
it is and how to set it.




Modified: DART/branches/rma_trunk/observations/obs_converters/GSI2DART/README
===================================================================
--- DART/branches/rma_trunk/observations/obs_converters/GSI2DART/README	2018-01-12 18:42:47 UTC (rev 12323)
+++ DART/branches/rma_trunk/observations/obs_converters/GSI2DART/README	2018-01-12 19:12:49 UTC (rev 12324)
@@ -22,6 +22,10 @@
    Added   ../../../obs_def/obs_def_radiance_mod.f90 which has radiance observation types
 
 
+For the Intel compiler you may need to add the compile flag "-nostdinc"
+to avoid inserting the standard C include files which have incompatible
+comment characters for fortran.  Do this in the work/mkmf_gsi_to_dart file
+by adding it to the "-c" string contents.
 
 
 ISSUES:


More information about the Dart-dev mailing list