[Dart-dev] [6312] DART/trunk/models/tiegcm/work: Commiting the single-threaded versions of these, as is customary for

nancy at ucar.edu nancy at ucar.edu
Wed Jul 17 17:02:10 MDT 2013


Revision: 6312
Author:   thoar
Date:     2013-07-17 17:02:10 -0600 (Wed, 17 Jul 2013)
Log Message:
-----------
Commiting the single-threaded versions of these, as is customary for
the rest of DART. If you want to compile them with MPI, you just specify
the -mpi option to either mkmf_filter or quickbuild.csh and the appropriate
mpi modules get built.

Modified Paths:
--------------
    DART/trunk/models/tiegcm/work/path_names_filter
    DART/trunk/models/tiegcm/work/path_names_wakeup_filter

-------------- next part --------------
Modified: DART/trunk/models/tiegcm/work/path_names_filter
===================================================================
--- DART/trunk/models/tiegcm/work/path_names_filter	2013-07-17 22:04:54 UTC (rev 6311)
+++ DART/trunk/models/tiegcm/work/path_names_filter	2013-07-17 23:02:10 UTC (rev 6312)
@@ -7,7 +7,7 @@
 filter/filter.f90
 location/threed_sphere/location_mod.f90
 models/tiegcm/model_mod.f90
-mpi_utilities/mpi_utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
 obs_def/obs_def_mod.f90
 obs_kind/obs_kind_mod.f90
 obs_model/obs_model_mod.f90

Modified: DART/trunk/models/tiegcm/work/path_names_wakeup_filter
===================================================================
--- DART/trunk/models/tiegcm/work/path_names_wakeup_filter	2013-07-17 22:04:54 UTC (rev 6311)
+++ DART/trunk/models/tiegcm/work/path_names_wakeup_filter	2013-07-17 23:02:10 UTC (rev 6312)
@@ -1,5 +1,5 @@
 common/types_mod.f90
 filter/wakeup_filter.f90
-mpi_utilities/mpi_utilities_mod.f90
+mpi_utilities/null_mpi_utilities_mod.f90
 time_manager/time_manager_mod.f90
 utilities/utilities_mod.f90


More information about the Dart-dev mailing list