Re: [Wien] Compiling WIEN2k21: error with findloc in lapw0_mpi

2021-04-16 Thread pboulet
Thank you, it works with ifort v.19. Best, Pascal > Le 15 avr. 2021 à 11:06, Peter Blaha a écrit : > > FINDLOC — Search an array for a value > > > is a standard Fortran function (2008 standard). It is available in gfortran > (at least in version 10) and also in newer ifort versions. > >

Re: [Wien] Compiling WIEN2k21: error with findloc in lapw0_mpi

2021-04-15 Thread Peter Blaha
|FINDLOC| — Search an array for a value is a standard Fortran function (2008 standard). It is available in gfortran (at least in version 10) and also in newer ifort versions. It could be that your ifort v17 does not support it yet. I suggest to upgrade to the new intel

[Wien] Compiling WIEN2k21: error with findloc in lapw0_mpi

2021-04-15 Thread pboulet
Hello, It seems there is a problem with findloc in lapw0_mpi. The program does not compile. The error message is: SRC_lapw0/compile.msg:lapw0.F(2370): error #6404: This name does not have a type, and must have an explicit type. [FINDLOC] I am using intel fortran compiler( v. 17), with