[cig-commits] r21528 - seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D

lefebvre at geodynamics.org lefebvre at geodynamics.org
Wed Mar 13 13:48:12 PDT 2013


Author: lefebvre
Date: 2013-03-13 13:48:12 -0700 (Wed, 13 Mar 2013)
New Revision: 21528

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D/Makefile.in
Log:
Bug corrected. "\" was missing before adios_helpers.f90 in the file list.
	modified:   src/specfem3D/Makefile.in

Modified: seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D/Makefile.in
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D/Makefile.in	2013-03-13 20:29:41 UTC (rev 21527)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/src/specfem3D/Makefile.in	2013-03-13 20:48:12 UTC (rev 21528)
@@ -250,7 +250,7 @@
 # using ADIOS files
 ADIOS_OBJECTS= \
 	$O/write_par_header_ADIOS.adios.o \
-	$O/adios_manager.adios.o
+	$O/adios_manager.adios.o  \
 	$O/adios_helpers.adios.o
 ADIOS_STUBS = \
 	$O/write_par_header_ADIOS.noadios.o
@@ -418,9 +418,15 @@
 $O/%.adios.o: %.F90 ${SETUP}/config.h
 	${MPIFC} -c $(ADIOS_INC) $(FCFLAGS) $(MPI_INC) -o $@ $<
 
+$O/%.adios.o: %.f90 ${SETUP}/config.h
+	${MPIFC} -c $(ADIOS_INC) $(FCFLAGS) $(MPI_INC) -o $@ $<
+
 $O/%.noadios.o: %.F90 
 	${FC} -c -o $@ $<
 
+$O/%.noadios.o: %.f90 
+	${FC} -c -o $@ $<
+
 #######################################
 
 ###



More information about the CIG-COMMITS mailing list