PDA

View Full Version : Dll / Exception_access_violation


Matthias
07-03-2004, 01:36 PM
Hello,

I am evaluating Fortran Compilers for a project and tested the compilers from Intel and
Salford Software so far. Our product uses either the reference blas or a dynamic link
library with a precompiled blas (atlas, acml, mkl ...).
The compilers from Intel and Salford Software work fine with the reference blas and the
dynamic link libraries. However, your compiler only works with the reference blas and
produces the following exception if linked with one of the precompiled blas:

EXCEPTION_ACCESS_VIOLATION

During the last 4 hours I tried to make it work and essentially failed. Any suggestions?

Bye,

Matthias Kehlenbeck

tzeis
07-06-2004, 06:20 PM
Most precompiled BLAS libraries are built for use with a specific compiler. Different Fortran compilers may use different calling conventions, which might cause calls to a precompiled library to fail, if the library was not specifically built for that compiler. Lahey bundles precompiled BLAS (and LAPACK) for LF95. The BLAS comes in two flavors, a "general" version which should work with most processors, and a version which is tuned for use with Pentium 4 systems. I suggest that you contact sales to get an evaluation copy of the compiler and the precompiled BLAS for LF95.