summaryrefslogtreecommitdiff
path: root/benchmarks/sphere_3_192/run_eirene.sh
blob: 4d767953aff91a4737a69688267bd681aaaa0368 (plain)
1
2
3
4
5
6
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