[Wien] WIEN2k on MacOSX

Tobias Burnus burnus at net-b.de
Tue Dec 19 17:43:43 CET 2006


Masayoshi Mikami wrote:
> -----------------------------------------------------------
> - I compiled LAPACK package (v.3.1): http://www.netlib.org/lapack/
>    I had trouble with "make all" (e.g. etime ...), so I just did  
> "make blaslib"
>    and "make lapacklib".
>   
The problem is that the brand-new LAPACK 3.1 defines  "etime" as
EXTERNAL, but does not provide an "etime()" implementation itself.

Solution: Search for "EXTERNAL etime" and either delete that line or
replace it by "INTRINSIC etime".

Except for this change, compiling LAPACK 3.1 with gfortran worked here.

Tobias


More information about the Wien mailing list