[cig-commits] [commit] devel, master: Fix parallel compilation as a dependency was added (d7e975d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:22:37 PST 2014


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

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d_globe/compare/bc58e579b3b0838a0968725a076f5904845437ca...be63f20cbb6f462104e949894dbe205d2398cd7f

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

commit d7e975d51811674e2c626eae1fdacffdf368ed92
Author: Matthieu Lefebvre <ml15 at princeton.edu>
Date:   Sat Jun 21 18:21:46 2014 -0400

    Fix parallel compilation as a dependency was added


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

d7e975d51811674e2c626eae1fdacffdf368ed92
 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