[cig-commits] [commit] devel, master: updates rules.mk in src/specfem3D to compile adios files without mpif90 (3f2103d)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Thu Nov 6 08:28:47 PST 2014


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

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

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

commit 3f2103dce4564434d7b44744679547df71852626
Author: daniel peter <peterda at ethz.ch>
Date:   Fri Aug 15 12:51:00 2014 +0200

    updates rules.mk in src/specfem3D to compile adios files without mpif90


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

3f2103dce4564434d7b44744679547df71852626
 src/specfem3D/rules.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/specfem3D/rules.mk b/src/specfem3D/rules.mk
index 3c65dd5..8dd3755 100644
--- a/src/specfem3D/rules.mk
+++ b/src/specfem3D/rules.mk
@@ -294,10 +294,10 @@ $O/%.solverstatic_openmp.o: $S/%.f90 ${OUTPUT}/values_from_mesher.h $O/shared_pa
 
 
 $O/%.solverstatic_adios.o: $S/%.f90 ${OUTPUT}/values_from_mesher.h $O/shared_par.shared_module.o $O/specfem3D_par.solverstatic_module.o $O/adios_helpers.shared_adios.o
-	${MPIFCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
+	${FCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
 
 $O/%.solverstatic_adios.o: $S/%.F90 ${OUTPUT}/values_from_mesher.h $O/shared_par.shared_module.o $O/specfem3D_par.solverstatic_module.o $O/adios_helpers.shared_adios.o
-	${MPIFCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
+	${FCCOMPILE_CHECK} ${FCFLAGS_f90} -c -o $@ $<
 
 ###
 ### no dependence on values from mesher here



More information about the CIG-COMMITS mailing list