by anmunoz » Wed Feb 21, 2007 5:16 pm
Hi Julien:
I'm using LAPACK 3.1.0, and my problem is with xlintsts which is the first test LAPACK does, last time my problem was with the eigenvalue test, I haven't checked the other tests in this architecture yet.
As Dominique suggested I changed the compilation options to no optimization i.e. f77 -f -u and it stalls in a different place:
TRANS='N', M= 5, N= 10, NRHS= 15, NB= 1, type 2, test( 2)= 0.16801E+07
TRANS='T', M= 5, N= 10, NRHS= 15, NB= 1, type 2, test( 2)= 0.10074E+07
TRANS='N', M= 5, N= 10, NRHS= 15, NB= 3, type 2, test( 2)= 0.18362E+07
TRANS='T', M= 5, N= 10, NRHS= 15, NB= 3, type 2, test( 2)= 0.11995E+07
TRANS='N', M= 5, N= 10, NRHS= 15, NB= 3, type 2, test( 2)= 0.16361E+07
TRANS='T', M= 5, N= 10, NRHS= 15, NB= 3, type 2, test( 2)= 0.97411E+06
TRANS='N', M= 5, N= 10, NRHS= 15, NB= 3, type 2, test( 2)= 0.18796E+07
TRANS='T', M= 5, N= 10, NRHS= 15, NB= 3, type 2, test( 2)= 0.11708E+07
TRANS='N', M= 5, N= 10, NRHS= 15, NB= 20, type 2, test( 2)= 0.18971E+07
TRANS='T', M= 5, N= 10, NRHS= 15, NB= 20, type 2, test( 2)= 0.82252E+06
I'm going to try with g77.
If you have any ideas I will certainly give them a try.
thank you very much,
Andrés