Changes to test forgetful spectral sequence on newcomp.

This commit is contained in:
Cotton Seed 2012-09-04 15:11:02 -04:00
parent 307719de67
commit 7259a9a00d
4 changed files with 5 additions and 4 deletions

View File

@ -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.

View File

@ -1,7 +1,7 @@
#include <knotkit.h>
#define HOME "/Users/cotton/src/knotkit/"
#define HOME "/u/cseed/src/knotkit/"
bool verbose = 0;

View File

@ -783,7 +783,7 @@ test_forgetful_ss ()
{
typedef fraction_field<polynomial<Z2> > 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);
}
}

View File

@ -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