treenable other calls - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
HTML git clone git://src.adamsgaard.dk/sphere
DIR Log
DIR Files
DIR Refs
DIR LICENSE
---
DIR commit 46d91d29b30380a88231fabfe1961bfd45fe3f60
DIR parent 3a667e15cad30dff5e13719d67070f2c672dd13f
HTML Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Mon, 28 Jul 2014 11:38:38 +0200
reenable other calls
Diffstat:
M python/permeability.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
DIR diff --git a/python/permeability.sh b/python/permeability.sh
t@@ -39,8 +39,8 @@ nvidia-smi
rm CMakeCache.txt
cmake . && make
cd python
-#python permeability1.py &
-#python permeability2.py &
+python permeability1.py &
+python permeability2.py &
python permeability3.py &
wait