[cig-commits] [commit] devel: fixes compilation of xmodel_update when configured with ADIOS (6d674d5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Sep 16 08:46:20 PDT 2014


Repository : https://github.com/geodynamics/specfem3d

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/b8df327ddc585a0c855aa689967cdc9846ff7dd3...27c70c5c56f96bc7798b66bffb0b95d4c9783d30

>---------------------------------------------------------------

commit 6d674d598c6b7e21c98e75027528fedc785c0053
Author: daniel peter <peterda at ethz.ch>
Date:   Fri Sep 12 08:32:23 2014 +0200

    fixes compilation of xmodel_update when configured with ADIOS


>---------------------------------------------------------------

6d674d598c6b7e21c98e75027528fedc785c0053
 src/auxiliaries/rules.mk          | 1 -
 src/specfem3D/prepare_timerun.F90 | 1 -
 src/specfem3D/specfem3D_par.f90   | 1 -
 3 files changed, 3 deletions(-)

diff --git a/src/auxiliaries/rules.mk b/src/auxiliaries/rules.mk
index 92c12ac..88de077 100644
--- a/src/auxiliaries/rules.mk
+++ b/src/auxiliaries/rules.mk
@@ -108,7 +108,6 @@ adios_model_upd_auxiliaries_OBJECTS= \
 	$O/read_forward_arrays_adios.spec_adios.o
 
 adios_model_upd_auxiliaries_SHARED_OBJECTS = \
-	$O/constants_mod.shared_module.o \
 	$O/adios_manager.shared_adios.o \
 	$O/adios_helpers_definitions.shared_adios_module.o \
 	$O/adios_helpers_writers.shared_adios_module.o \
diff --git a/src/specfem3D/prepare_timerun.F90 b/src/specfem3D/prepare_timerun.F90
index 5c4c629..270c610 100644
--- a/src/specfem3D/prepare_timerun.F90
+++ b/src/specfem3D/prepare_timerun.F90
@@ -1466,7 +1466,6 @@
   subroutine compute_Roland_Sylvain_integr()
 
   use constants
-  use unused_mod
 
   use specfem_par
 
diff --git a/src/specfem3D/specfem3D_par.f90 b/src/specfem3D/specfem3D_par.f90
index 133455b..23dff01 100644
--- a/src/specfem3D/specfem3D_par.f90
+++ b/src/specfem3D/specfem3D_par.f90
@@ -32,7 +32,6 @@ module specfem_par
 ! main parameter module for specfem simulations
 
   use constants
-  use unused_mod
 
   implicit none
 



More information about the CIG-COMMITS mailing list