[cig-commits] [commit] devel, master: fixes a small bug in the setup_sources_precompute_arrays() subroutine (52b12a3)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Jun 18 16:50:37 PDT 2014


Repository : https://github.com/geodynamics/specfem3d

On branches: devel,master
Link       : https://github.com/geodynamics/specfem3d/compare/6026e367984905ab133865f62fa6293b343759b9...47f703851338234f96397e7da9fbff63d8178b8a

>---------------------------------------------------------------

commit 52b12a31dfe174e4c90c51aa5240693299e92a9f
Author: Joseph Charles <jcharles at lma.cnrs-mrs.fr>
Date:   Sun Nov 11 23:25:34 2012 +0000

    fixes a small bug in the setup_sources_precompute_arrays() subroutine


>---------------------------------------------------------------

52b12a31dfe174e4c90c51aa5240693299e92a9f
 homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt b/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt
index 4b378c8..6a777e3 100644
--- a/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt
+++ b/homogeneous_halfspace_HEX8/HOWTO_run_this_example.txt
@@ -1,10 +1,11 @@
 
 To run this example on two processor cores for instance, type this (replace "2" with another value in the three lines below if you want to use more processor cores):
 
+cd bin/
 
-./bin/xdecompose_mesh 2 DATA/MESH OUTPUT_FILES/DATABASES_MPI
+./xdecompose_mesh 2 ../DATA/MESH ../OUTPUT_FILES/DATABASES_MPI
 
-mpirun -np 2 ./bin/xgenerate_databases
+mpirun -np 2 ./xgenerate_databases
 
-mpirun -np 2 ./bin/xspecfem3D
+mpirun -np 2 ./xspecfem3D
 



More information about the CIG-COMMITS mailing list