summaryrefslogtreecommitdiff
path: root/benchmarks/sphere_3_192/run_eirene.sh
diff options
context:
space:
mode:
authorUlrich Bauer <mail@ulrich-bauer.org>2019-08-11 16:24:15 +0200
committerUlrich Bauer <mail@ulrich-bauer.org>2019-08-11 16:24:53 +0200
commit93b0e7c84f936ad65152339af07c3ecbb2fd5a8a (patch)
tree6b4ea1e0d0f0fa2f3f290a58e98acde79a4b6ffe /benchmarks/sphere_3_192/run_eirene.sh
parent670bdb1f5dbf5859708a078bde3f9a8fa5045faf (diff)
benchmark moved to repository "ripser-benchmark"
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