tnon-verbose - 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 1731d41b617c946aa516db883c96fb8e49332355
(DIR) parent 3667a75304e1a30de168f753696d06c28cbddb1e
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Thu, 5 Jun 2014 09:40:44 +0200
non-verbose
Diffstat:
M tests/io_tests_fluid.py | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
(DIR) diff --git a/tests/io_tests_fluid.py b/tests/io_tests_fluid.py
t@@ -22,9 +22,9 @@ py.readbin("../input/" + orig.sid + ".bin", verbose=False)
compare(orig, py, "Python IO:")
# Test C++ IO routines
-#orig.run(verbose=True, hideinputfile=True)
-orig.run(dry=True)
-orig.run(verbose=True, hideinputfile=False, cudamemcheck=True)
+orig.run(verbose=True, hideinputfile=True)
+#orig.run(dry=True)
+#orig.run(verbose=True, hideinputfile=False, cudamemcheck=True)
cpp = sphere.sim(fluid=True)
cpp.readbin("../output/" + orig.sid + ".output00000.bin", verbose=False)
compare(orig, cpp, "C++ IO: ")