[cig-commits] [commit] devel: fix dependency to values_from_mesher for parallel make (ae3c472)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 10:38:50 PDT 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d_globe/compare/4c1921a1affc49b468e18ac9949368c811b3513c...85a8aa3a48b2cf0d9164893edb252f3fe0f28585

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

commit ae3c472db1aaa8b94c96e338440170e5e5afcd87
Author: Matthieu Lefebvre <ml15 at princeton.edu>
Date:   Wed Jun 18 13:36:25 2014 -0400

    fix dependency to values_from_mesher for parallel make


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

ae3c472db1aaa8b94c96e338440170e5e5afcd87
 src/auxiliaries/rules.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auxiliaries/rules.mk b/src/auxiliaries/rules.mk
index 516a251..5743428 100644
--- a/src/auxiliaries/rules.mk
+++ b/src/auxiliaries/rules.mk
@@ -145,7 +145,7 @@ $O/combine_vol_data.auxadios_vtk.o: $O/combine_vol_data_adios_impl.auxmpi.o
 ##
 ## auxiliaries
 ##
-$O/%.aux.o: $S/%.f90 $O/shared_par.shared_module.o
+$O/%.aux.o: $S/%.f90 $O/shared_par.shared_module.o ${OUTPUT}/values_from_mesher.h
 	${FCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
 
 $O/%.auxsolver.o: $S/%.f90 ${OUTPUT}/values_from_mesher.h $O/shared_par.shared_module.o



More information about the CIG-COMMITS mailing list