summaryrefslogtreecommitdiff
path: root/benchmarks/examples.txt
diff options
context:
space:
mode:
authorUlrich Bauer <ulrich.bauer@tum.de>2016-07-19 12:18:51 +0200
committerUlrich Bauer <ulrich.bauer@tum.de>2016-07-21 13:58:50 +0200
commit62fd849ae67d4e6429a642402d20c3f53ba176d6 (patch)
treec62815653d7fba30db02ecd16b529fe723aef34e /benchmarks/examples.txt
parentf5ac0090b0bcea62bd747a6d68a1e25311b7fa3b (diff)
renamed --dim command line option
Diffstat (limited to 'benchmarks/examples.txt')
-rw-r--r--benchmarks/examples.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/examples.txt b/benchmarks/examples.txt
index 39afeb6..d2ec1f9 100644
--- a/benchmarks/examples.txt
+++ b/benchmarks/examples.txt
@@ -1,4 +1,4 @@
-c++ -std=c++14 ripser.cpp -o ripser -Ofast -D NDEBUG -D STORE_DIAMETERS -D FILE_FORMAT_UPPER_TRIANGULAR_CSV -D PRINT_PERSISTENCE_PAIRS && /usr/bin/time -l ./ripser --top_dim 1 ~/Downloads/avian_all_nt_concat_jukes_cantor.csv
+c++ -std=c++14 ripser.cpp -o ripser -Ofast -D NDEBUG -D STORE_DIAMETERS -D FILE_FORMAT_UPPER_TRIANGULAR_CSV -D PRINT_PERSISTENCE_PAIRS && /usr/bin/time -l ./ripser --dim 1 ~/Downloads/avian_all_nt_concat_jukes_cantor.csv
-c++ -std=c++14 ripser.cpp -o ripser -Ofast -D NDEBUG -D STORE_DIAMETERS -D FILE_FORMAT_DIPHA -D PRINT_PERSISTENCE_PAIRS && /usr/bin/time -l ./ripser --top_dim 2 ~/Bitbucket/phat-paper/benchmark/dipha/sphere_3_192.complex
+c++ -std=c++14 ripser.cpp -o ripser -Ofast -D NDEBUG -D STORE_DIAMETERS -D FILE_FORMAT_DIPHA -D PRINT_PERSISTENCE_PAIRS && /usr/bin/time -l ./ripser --dim 2 ~/Bitbucket/phat-paper/benchmark/dipha/sphere_3_192.complex