summaryrefslogtreecommitdiff
path: root/benchmarks/sphere_3_192/run_eirene.sh
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/sphere_3_192/run_eirene.sh')
-rw-r--r--benchmarks/sphere_3_192/run_eirene.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmarks/sphere_3_192/run_eirene.sh b/benchmarks/sphere_3_192/run_eirene.sh
new file mode 100644
index 0000000..4d76795
--- /dev/null
+++ b/benchmarks/sphere_3_192/run_eirene.sh
@@ -0,0 +1,7 @@
+/usr/bin/time -l julia --load /Users/uli/Source/Eirene0_3_5/Eirene0_3_5.jl --eval \
+'p = readdlm("/Users/uli/Bitbucket/phat-paper/benchmark/point cloud/sphere_3_192_points.dat"); eirene(p, rowsare="points", bettimax=0); eirene(p, rowsare="points", bettimax=1);' \
+2>&1 | tee eirene.dim_1.out.txt
+
+/usr/bin/time -l julia --load /Users/uli/Source/Eirene0_3_5/Eirene0_3_5.jl --eval \
+'p = readdlm("/Users/uli/Bitbucket/phat-paper/benchmark/point cloud/sphere_3_192_points.dat"); eirene(p, rowsare="points", bettimax=0); eirene(p, rowsare="points", bettimax=2);' \
+2>&1 | tee eirene.dim_2.out.txt