Hi, I have compiled gsl 1.10 with the intel compilers and ran the make check procedure. The check appears to fail on the sort algorithms.
I configured gsl in the following way ./configure --prefix /opt/gsl CC=icc CXX=icpc make check gives me (turning on the debug output) <snip> make[2]: Entering directory `/opt/src/gsl-1.10/sort' FAIL: indexing gsl_vector_char, n = 128, stride = 1, ordered [19999] 0: -128 1 * 1: 1 2 2: 2 3 3: 3 4 4: 4 5 5: 5 6 6: 6 7 7: 7 8 8: 8 9 9: 9 10 10: 10 11 <snip> I think this is the same bug as http://lists.gnu.org/archive/html/bug-gsl/2007-04/msg00016.html [Bug-gsl] GSL on Solaris problems Regards -- "Several billion trillion tons of superhot exploding hydrogen nuclei rose slowly above the horizon and managed to look small, cold and slightly damp." Douglas Adams - The Hitch Hickers Guide to the Galaxy _______________________________________________ Bug-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gsl
