[Dart-dev] DART/branches Revision: 11538

dart at ucar.edu dart at ucar.edu
Thu Apr 27 10:45:10 MDT 2017


nancy at ucar.edu
2017-04-27 10:45:10 -0600 (Thu, 27 Apr 2017)
42
update all the path_names files in bulk.




Modified: DART/branches/model_mod_changes/assimilation_code/modules/utilities/mpi_utilities_mod.f90
===================================================================
--- DART/branches/model_mod_changes/assimilation_code/modules/utilities/mpi_utilities_mod.f90	2017-04-27 16:36:00 UTC (rev 11537)
+++ DART/branches/model_mod_changes/assimilation_code/modules/utilities/mpi_utilities_mod.f90	2017-04-27 16:45:10 UTC (rev 11538)
@@ -72,16 +72,16 @@
 ! this directory.  It is a sed script that comments in and out the interface
 ! block below.  Please leave the BLOCK comment lines unchanged.
 
- !!SYSTEM_BLOCK_EDIT START COMMENTED_IN
- ! interface block for getting return code back from system() routine
- interface
-  function system(string)
-   character(len=*) :: string
-   integer :: system
-  end function system
- end interface
- ! end block
- !!SYSTEM_BLOCK_EDIT END COMMENTED_IN
+! !!SYSTEM_BLOCK_EDIT START COMMENTED_OUT
+! ! interface block for getting return code back from system() routine
+! interface
+!  function system(string)
+!   character(len=*) :: string
+!   integer :: system
+!  end function system
+! end interface
+! ! end block
+! !!SYSTEM_BLOCK_EDIT END COMMENTED_OUT
 
 
 ! allow global sum to be computed for integers, r4, and r8s

Modified: DART/branches/model_mod_changes/assimilation_code/modules/utilities/null_mpi_utilities_mod.f90
===================================================================
--- DART/branches/model_mod_changes/assimilation_code/modules/utilities/null_mpi_utilities_mod.f90	2017-04-27 16:36:00 UTC (rev 11537)
+++ DART/branches/model_mod_changes/assimilation_code/modules/utilities/null_mpi_utilities_mod.f90	2017-04-27 16:45:10 UTC (rev 11538)
@@ -46,16 +46,16 @@
 ! this directory.  It is a sed script that comments in and out the interface
 ! block below.  Please leave the BLOCK comment lines unchanged.
 
- !!SYSTEM_BLOCK_EDIT START COMMENTED_IN
- ! interface block for getting return code back from system() routine
- interface
-  function system(string)    
-   character(len=*) :: string
-   integer :: system         
-  end function system
- end interface
- ! end block                 
- !!SYSTEM_BLOCK_EDIT END COMMENTED_IN
+! !!SYSTEM_BLOCK_EDIT START COMMENTED_OUT
+! ! interface block for getting return code back from system() routine
+! interface
+!  function system(string)    
+!   character(len=*) :: string
+!   integer :: system         
+!  end function system
+! end interface
+! ! end block                 
+! !!SYSTEM_BLOCK_EDIT END COMMENTED_OUT
 
 
 interface sum_across_tasks

Modified: DART/branches/model_mod_changes/build_templates/mkmf.template
===================================================================
--- DART/branches/model_mod_changes/build_templates/mkmf.template	2017-04-27 16:36:00 UTC (rev 11537)
+++ DART/branches/model_mod_changes/build_templates/mkmf.template	2017-04-27 16:45:10 UTC (rev 11538)
@@ -1,7 +1,7 @@
-# Template for Intel Fortran Compiler on Linux clusters and workstations.
+# Template for GNU gfortran on Linux or Mac OSX
 #
-# DART software - Copyright 2004 - 2013 UCAR. This open source software is
-# provided by UCAR, "as is", without charge, subject to all terms of use at
+# DART software - Copyright UCAR. This open source software is provided
+# by UCAR, "as is", without charge, subject to all terms of use at
 # http://www.image.ucar.edu/DAReS/DART/DART_download
 #
 # DART $Id$
@@ -9,97 +9,57 @@
 # typical use with mkmf
 # mkmf -t mkmf.template.xxxx ...
 #
-# FFLAGS   useful for DEBUGGING. NOTE: The intel compiler can provide a lot more
-#          information if you LEAVE the object and module files intact.
-#          Do not remove the *.o and *.mod files when debugging code.
+# Suggested (perhaps required) flags:
+# -ffree-line-length-none   handles "long" lines - i.e. longer than 72 chars
 #
-#     -g       include debugging information.  these are all synonyms.
-#     -debug full
-#     -debug all
-#     -O0      setting -g will make this the default (no optimization).
-#              it is possible to set -g and then explicitly set -O2 if
-#              the behavior being debugged depends on optimization changes.
-#     -ftrapuv   traps if a local variable is used before being set
-#     -C       enables all runtime checks.  -C and -check all are synonyms.
-#     -check all
-#     -check <keywords>    enables/disables more specific runtime checks.
-#           keywords:  [arg_temp_created,bounds,overflow,format,pointers,uninit]
-#     -warn <keywords>  the level of warning messages issued.


More information about the Dart-dev mailing list