Re: [sage-combinat-devel] Re: Symmetrica errors

2013-10-16 Thread Mike Zabrocki
Thanks Mike. I posted the full test.c example on the ticket. I was struggling for a while trying to write something similar. I sent a message to symmetrica(at)symmetrica.de. Hopefully I will get a response at some point. I don't think that my C is good enough to debug that library. I wrote

Re: [sage-combinat-devel] Re: Symmetrica errors

2013-10-16 Thread Mike Hansen
If your test.c is scan(POW_SYM,a); scan(INTEGER, c); t_POWSYM_SCHUR(a, b); println(b); then you still get the wrong answer so the problem is somewhere in Symmetrica. --Mike --Mike On Wed, Oct 16, 2013 at 8:49 PM, Mike Zabrocki wrote: > There is more: > > Step 3: > > % make test > > Step 4: >

[sage-combinat-devel] Re: Symmetrica errors

2013-10-16 Thread Mike Zabrocki
There is more: Step 3: % make test Step 4: run the program but make sure it is in your path: % ./test SYMMETRICA VERSION 3.0 - STARTING Thu Feb 26 14:58:10 MET 1998 integerobject 5 120 SYMMETRICA VERSION 3.0 - ENDING last changed: Thu Feb 26 14:58:10 MET 1998 Note that I entered 5 and it

[sage-combinat-devel] Re: Symmetrica errors

2013-10-16 Thread Mike Zabrocki
Step 1: use the make file in the src directory and not in the patches directory as I was. That is: % cd symmetrica/symmetrica-2.0.p7/src Step 2: There is a line in the makefile that uses "cc" for the compiler rather than "gcc" I changed this line to "gcc" and it compiles a lot more of the files