Re: [Wien] Fwd: Help Request for making WIEN2K (ver18.2) programs executable.

2018-10-22 Thread tran
Your compilation options make ./lapw0 FORT=gfortran FFLAGS=' -ffree-form -O2 -ffree-line-length-none -DLIBXC -I/usr/include ' indicate that libxc should be installed in /usr/ Is it really the case? If not, you have to indicate in Makefile the path (variable LIBXCROOT) where libxc is located. FT

[Wien] Fwd: Help Request for making WIEN2K (ver18.2) programs executable.

2018-10-22 Thread Ashwani Kumar
Mr. Pavel, i have just noted down your point (and will imply once i start using WIEN2K and gets more comfortable with the code). SPEED MATTERS A LOT. Thanks Mr. Gavin. Earlier issue solved. Now lapw0 and lapw2 not executable which i doubt is due to LIBXC (or may not). Your previous reply indicated

Re: [Wien] Help Request for making WIEN2K (ver18.2) programs executable.

2018-10-22 Thread Pavel Ondračka
Just a small note: Gavin's instructions will definitely work. However, the default blas package is _very_ suboptimal! Some example times for the diag part of the serial test_case: MKL: 16s OpenBLAS: 18s default blas (from Netlib): 80s ! (with i7-5820K, which has AVX2, hence roughly 4x speedup due