[Trilinos-Users] Trilinos with ATLAS

Russell Hooper rhoope at sandia.gov
Tue Jun 5 09:30:09 MDT 2007


Virginia,

It appears that the version of blas you are trying to link against was built
with a different fortran underscore specification (likely double) than what
is expected by Trilinos (single underscore suffix).

You should be able to tell your fortran compiler to not use double
underscores in the suffix of fortran routines, eg. with the gcc compilers,
you can specify this via,

--with-fflags=²-fno-second-underscore²

It may be that this flag or an equivalent for your compiler is set and
should not be, in which case you will need to allow double underscore
suffixes to link against your available blas/lapack libraries.

Hope this helps,

Russell



On 6/5/07 9:03 AM, "Virginia Costa" <virscosta at gmail.com> wrote:

> Hi,
> 
> Have anybody already used Trilinos with ATLAS?
> 
> I´m trying, but, when I configure trilinos with the options
> --with-blas=/atlas/build/dir/lib/libatlas.a, it returns
> 
> checking for dgemm_ in /usr/local/ATLAS/atlas-build/lib/libatlas.a... no
> configure: error: Cannot find blas library, specify a path using
> --with-blas=DIR/LIB (for example --with-blas=/usr/path/lib/libcxml.a)
> configure: error: /bin/sh './configure' failed for packages/teuchos
> 
> Can somebody help me, please?
> 
> Thanks.
> 
> Virginia.
> 
> 
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://software.sandia.gov/mailman/private/trilinos-users/attachments/20070605/2cdf6fa4/attachment.html


More information about the Trilinos-Users mailing list