diff --git a/Makefile b/Makefile index 5ac2999..a67fcca 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ FLEX = /opt/local/bin/flex # CXX = g++ # CXX = OMPI_CXX=clang++ mpic++ -fno-color-diagnostics --stdlib=libc++ --std=c++11 -I/u/cseed/llvm-3.1/lib/c++/v1 -CXX = clang++ -fno-color-diagnostics --stdlib=libc++ --std=c++11 +CXX = clang++ -fno-color-diagnostics --stdlib=libc++ --std=c++11 -I/u/cseed/llvm-3.1/lib/c++/v1 INCLUDES = -I/opt/local/include -I. diff --git a/knot_tables.cpp b/knot_tables.cpp index 3445ed7..f63b170 100644 --- a/knot_tables.cpp +++ b/knot_tables.cpp @@ -1,7 +1,7 @@ #include -#define HOME "/Users/cotton/src/knotkit/" +#define HOME "/u/cseed/src/knotkit/" bool verbose = 0; diff --git a/main.cpp b/main.cpp index 980ab7f..a3b864e 100644 --- a/main.cpp +++ b/main.cpp @@ -783,7 +783,7 @@ test_forgetful_ss () { typedef fraction_field > R; - for (unsigned i = 1; i <= 11; i ++) + for (unsigned i = 1; i <= 12; i ++) for (unsigned j = 1; j <= mt_links (i, 0); j ++) { knot_diagram kd (mt_link (i, 0, j)); @@ -920,6 +920,7 @@ test_forgetful_ss () printf (" disj_P == Einf P (adj): YES!\n"); else printf (" disj_P != Einf P (adj): NO :-(!\n"); + fflush (stdout); } } diff --git a/serial.cmd b/serial.cmd index cba1fc0..ec0c136 100644 --- a/serial.cmd +++ b/serial.cmd @@ -12,4 +12,4 @@ # go to the directory with the program cd $HOME/src/knotkit # and run it -./main +LD_LIBRARY_PATH=/u/cseed/llvm-3.1/lib ./main