[Wien] Wien Installation

Lyudmila Dobysheva lyuka17 at mail.ru
Tue Jun 2 16:57:05 CEST 2020


02.06.2020 14:45, 晨晨 wrote:
> I am installing wien version 19.2 on Linux with gfortran and OpenBlas.
> There were many warning messages in different compile.msg files of 
> different directories after installing, so I attached some of them.

I see that you have many warnings like
1) Warning: Type mismatch in argument ‘c’ at (1); passed COMPLEX(8) to 
REAL(8) [-Wargument-mismatch]
fftpack_helpers.f:149:41:
2)        DO EI=EA,EB,DDE
          1
Warning: Deleted feature: Loop variable at (1) must be integer

They should not prevent compilation, but I do not know if they are 
admissable;

and errors like
chfac.f:(.text+0xf0): undefined reference to `dsytrf_'

The references belongs to LAPACK

You have options for compilation:
-ffree-form -O2 -ftree-vectorize -march=native -ffree-line-length-none 
-ffpe-summary=none  -DFFTW3 -I/home-yw/Soft/fftw-3.3.8/include  -fopenmp 
-L../SRC_lib -L/home-yw/Soft/fftw-3.3.8/lib -lfftw3 
/usr/lib64/libpthread.so

This place  -L../SRC_lib   should give the way to LAPACK.
Check the directory, there should be liblapack_lapw.a
Make it if no.
If yes I'd try to repeat the compilation manually (Makefile) with 
changing the path directly to liblapack_lapw.a

Best wishes
Lyudmila Dobysheva
------------------
http://ftiudm.ru/content/view/25/103/lang,english/
Physics-Techn.Institute,
Udmurt Federal Research Center, Ural Br. of Rus.Ac.Sci.
426000 Izhevsk Kirov str. 132
Russia
---
Tel. +7 (34I2)43-24-59 (office), +7 (9I2)OI9-795O (home)
Skype: lyuka18 (office), lyuka17 (home)
E-mail: lyuka17 at mail.ru (office), lyuka17 at gmail.com (home)


More information about the Wien mailing list