This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: external BLAS library with gfortran 4.1 or 4.4 on rhel5


On 3/13/2012 10:42 PM, Matthew Hobbs wrote:


I want to be able to use an external BLAS library with some Fortran programs we are using. I am using a rhel5 system with two versions of gfortran available:


1) GNU Fortran (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52) - this does not have the "-fexternal-blas" option so am I right to think that with this version it is not possible to use an external blas library (provided by e.g. atlas)?

-fexternal-blas does nothing more than translate MATMUL into a BLAS ?GEMM call. It has no effect on explicit BLAS function calls. Either way, you can use any BLAS-compatible library, such as libblas which comes with linux, Atlas, Intel MKL, AMD BLAS, ...
You really should upgrade to a more recent gfortran.





-- Tim Prince


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]