[cig-commits] r20917 - seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs

carltape at geodynamics.org carltape at geodynamics.org
Wed Oct 24 14:57:38 PDT 2012


Author: carltape
Date: 2012-10-24 14:57:38 -0700 (Wed, 24 Oct 2012)
New Revision: 20917

Modified:
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash
Log:
cp STATIONS_FILTERED by default in go_decomposer_pbs.bash


Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash	2012-10-24 21:54:59 UTC (rev 20916)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_decomposer_pbs.bash	2012-10-24 21:57:38 UTC (rev 20917)
@@ -32,7 +32,7 @@
 cp go_decomposer_pbs.bash OUTPUT_FILES/
 
 # USER CHANGE MESH DIRECTORY
-MESHDIR=examples/homogeneous_halfspace/MESH/
+MESHDIR=examples/homogeneous_halfspace_HEX8/MESH/
 
 ./bin/xdecompose_mesh_SCOTCH $numnodes $MESHDIR OUTPUT_FILES/DATABASES_MPI/
 

Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash	2012-10-24 21:54:59 UTC (rev 20916)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash	2012-10-24 21:57:38 UTC (rev 20917)
@@ -49,5 +49,7 @@
 cd bin/
 mpiexec -np $numnodes ./xspecfem3D
 
+cp ../DATA/STATIONS_FILTERED ../OUTPUT_FILES/
+
 echo "finished successfully"
 



More information about the CIG-COMMITS mailing list