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

lefebvre at geodynamics.org lefebvre at geodynamics.org
Mon Mar 11 15:17:10 PDT 2013


Author: lefebvre
Date: 2013-03-11 15:17:09 -0700 (Mon, 11 Mar 2013)
New Revision: 21499

Modified:
   seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/Makefile.in
Log:
Auto-generate the ADIOS stubs from the configuration file into src/specfem3D
Calls ADIOS gpp.py script to do so.
	modified:   Makefile.in

Modified: seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/Makefile.in
===================================================================
--- seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/Makefile.in	2013-03-11 22:17:03 UTC (rev 21498)
+++ seismo/3D/SPECFEM3D_GLOBE/branches/SUNFLOWER_ADIOS/Makefile.in	2013-03-11 22:17:09 UTC (rev 21499)
@@ -52,6 +52,10 @@
 
 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
 
@@ -81,7 +85,7 @@
 xmeshfem3D:  required
 	     (cd src/meshfem3D; make)
 
-xspecfem3D:  required
+xspecfem3D:  required gen_adios_inc
 	     (cd src/specfem3D; make)
 
 xcreate_header_file:  required



More information about the CIG-COMMITS mailing list