tdo not run tests on Grendel - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
(HTM) git clone git://src.adamsgaard.dk/sphere
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) LICENSE
---
(DIR) commit 12069f935ee3eee83ca540f9cb3b60d62078b60d
(DIR) parent af88cc3aca4957e76bb71e3d08d51cd5c173e74d
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 28 Jul 2014 11:28:50 +0200
do not run tests on Grendel
Diffstat:
M python/diffusivity.sh | 2 +-
M python/permeability.sh | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/python/diffusivity.sh b/python/diffusivity.sh
t@@ -37,7 +37,7 @@ WORKDIR=$ORIGDIR
cd $WORKDIR
nvidia-smi
rm CMakeCache.txt
-cmake . && make && make test
+cmake . && make
cd python
python diffusivity1.py &
python diffusivity2.py &
(DIR) diff --git a/python/permeability.sh b/python/permeability.sh
t@@ -37,7 +37,7 @@ WORKDIR=$ORIGDIR
cd $WORKDIR
nvidia-smi
rm CMakeCache.txt
-cmake . && make && make test
+cmake . && make
cd python
#python permeability1.py &
#python permeability2.py &