[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:13 Dec 2004 12:12:27 -0000 
Subject:Re: how do I access f77 libraries on linux (for lapack and blas)? 
From:Jan Vorbrüggen 
Volume-ID: 

> I suspect that the relevant F77 library is available for Linux and may
> even be installed on one of the machines in our department, I but have
> not been able to locate it.

AFAIK, that library comes with the Sun Fortran compiler, and the names of
the routines it contains are non-portable. You need to look at what the call
to that routine in the POP11 code actually does. Also, I believe f771 is the
first pass of g77.

	Jan