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

carltape at geodynamics.org carltape at geodynamics.org
Wed Aug 29 09:39:42 PDT 2012


Author: carltape
Date: 2012-08-29 09:39:42 -0700 (Wed, 29 Aug 2012)
New Revision: 20645

Modified:
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash
   seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash
Log:
save an output copy of constants.h by default in go_solver_pbs.bash


Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash	2012-08-29 06:10:43 UTC (rev 20644)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_generate_databases_pbs.bash	2012-08-29 16:39:42 UTC (rev 20645)
@@ -47,3 +47,10 @@
 mpiexec -np $numnodes ./xgenerate_databases
 
 echo "done "
+
+# per instructions in manual, view low-res mesh with these commands (replace 143 with nproc-1):
+# > make xcombine_vol_data
+# > cd bin/
+# > ./xcombine_vol_data 0 143 vs ../in_out_files/DATABASES_MPI/ ../in_out_files/OUTPUT_FILES 0
+# > cd ../in_out_files/OUTPUT_FILES
+# > paraview &

Modified: seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash
===================================================================
--- seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash	2012-08-29 06:10:43 UTC (rev 20644)
+++ seismo/3D/SPECFEM3D/trunk/utils/Cluster/pbs/go_solver_pbs.bash	2012-08-29 16:39:42 UTC (rev 20645)
@@ -32,6 +32,7 @@
 cp in_data_files/Par_file in_out_files/OUTPUT_FILES/
 cp in_data_files/STATIONS in_out_files/OUTPUT_FILES/
 cp in_data_files/CMTSOLUTION in_out_files/OUTPUT_FILES/
+cp src/shared/constants.h in_out_files/OUTPUT_FILES/
 
 # save a complete copy of source files
 #rm -rf in_out_files/OUTPUT_FILES/src



More information about the CIG-COMMITS mailing list