[cig-commits] [commit] devel: adds test subdirectory tests/tomography/ (7ec9263)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Tue Dec 23 00:53:07 PST 2014


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

On branch  : devel
Link       : https://github.com/geodynamics/specfem3d/compare/f0f8e998e9ef3805ca57e1d6c2ecd3a55015e3d8...c92aeae6613ca38c29e96dd169c292160dc53e21

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

commit 7ec92630f5780c2c50cd5a86350c917ae5ad4e7e
Author: daniel peter <peterda at ethz.ch>
Date:   Tue Dec 23 09:37:22 2014 +0100

    adds test subdirectory tests/tomography/


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

7ec92630f5780c2c50cd5a86350c917ae5ad4e7e
 tests/{auxiliaries => tomography}/0.compile.default_make.sh | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/tests/auxiliaries/0.compile.default_make.sh b/tests/tomography/0.compile.default_make.sh
similarity index 77%
copy from tests/auxiliaries/0.compile.default_make.sh
copy to tests/tomography/0.compile.default_make.sh
index 5655bec..35c71a8 100755
--- a/tests/auxiliaries/0.compile.default_make.sh
+++ b/tests/tomography/0.compile.default_make.sh
@@ -28,25 +28,26 @@ $srcdir/configure >> $testdir/results.log 2>&1
 echo "compilation: $testdir" >> $testdir/results.log
 make clean >> $testdir/results.log 2>&1
 
-make -j 4 aux >> $testdir/results.log 2>&1
+make -j 4 tomography >> $testdir/results.log 2>&1
 
 echo "" >> $testdir/results.log
 
 # checks executable availability
-exec=( xcombine_vol_data \
-       xcombine_surf_data \
-       xcreate_movie_shakemap_AVS_DX_GMT \
+exec=( xadd_model_iso \
+       xmodel_update \
+       xsmooth_sem \
+       xsum_preconditioned_kernels \
       )
 
 for var in ${exec[@]};
 do
   # check
   if [ ! -e bin/$var ]; then
-    echo "binary does not exist! $var" >> $testdir/results.log
+    echo "binary does not exist! $var " >> $testdir/results.log
     echo "compilation of $testdir failed, please check..." >> $testdir/results.log
     exit 1
   else
-    echo "binary exists: $var" >> $testdir/results.log
+    echo "binary exists: $var " >> $testdir/results.log
   fi
 done
 echo "" >> $testdir/results.log



More information about the CIG-COMMITS mailing list