[cig-commits] r21512 - seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS

lefebvre at geodynamics.org lefebvre at geodynamics.org
Tue Mar 12 13:39:25 PDT 2013


Author: lefebvre
Date: 2013-03-12 13:39:24 -0700 (Tue, 12 Mar 2013)
New Revision: 21512

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/Makefile.in
Log:
Remove the autogeneration of adios includes from the xml configuration file
	modified:   Makefile.in

Modified: seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/Makefile.in
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/Makefile.in	2013-03-12 20:39:17 UTC (rev 21511)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/Makefile.in	2013-03-12 20:39:24 UTC (rev 21512)
@@ -52,10 +52,6 @@
 
 required: bin obj
 
- at COND_ADIOS_TRUE@gen_adios_inc:
-	(cd setup/adios_xml_files; gpp.py *.xml; mv *.fh ../../src/specfem3D)
- at COND_ADIOS_FALSE@gen_adios_inc:
-
 backup:
 	cp -rp src setup DATA/Par_file* Makefile go_mesher* go_solver* mymachines bak
 
@@ -85,7 +81,7 @@
 xmeshfem3D:  required
 	     (cd src/meshfem3D; make)
 
-xspecfem3D:  required gen_adios_inc
+xspecfem3D:  required
 	     (cd src/specfem3D; make)
 
 xcreate_header_file:  required



More information about the CIG-COMMITS mailing list