Posted by Ignacio on April 15, 2008 at 09:16:35:
In Reply to: seward error message posted by Alex on April 14, 2008 at 17:07:46:
: *** (S)-level message SORT2B003 ***
: An inconsistency has been deteced
: llVBin # lVRec
I have encountered this error (or maybe a very similar one) when compiling with ifort in an Intel Xeon system. I found out it doesn't happen with -O0 or -O1 in the compile options, so what I did:
./configure -speed fast [other options]
Edit src/util/Makefile and change -O3 into -O1 in FFLAGS
make
And now it works OK.