tdo not list contents of output folder - 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 fd9db5bdc162015ac2545383db615cf26d96f8f4
(DIR) parent d7eb42f2e2e271e4a9331d49c9cee9ef1c563df0
(HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date: Tue, 26 Aug 2014 10:27:15 +0200
do not list contents of output folder
Diffstat:
M run_diagnostics.sh | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/run_diagnostics.sh b/run_diagnostics.sh
t@@ -7,7 +7,11 @@ function report {
$@ >> $OUTFILE 2>&1
}
-report ls -lhR .
+report ls -lh .
+report ls -lhR src
+report ls -lhR python
+report ls -lhR input
+report ls -lhR Testing
report git show
report git status
report lspci