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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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 of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux