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, 0 insertions, 7 deletions
diff --git a/benchmarks/sphere_3_192/run_eirene.sh b/benchmarks/sphere_3_192/run_eirene.sh
deleted file mode 100644
index 4d76795..0000000
--- a/benchmarks/sphere_3_192/run_eirene.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-/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