possible bug in scala.F
Posted: Tue Feb 22, 2022 1:38 am
Gfortran complains to the following line (#1420) in scala.F:
#ifdef ELPA
! call ELPA 2-stage solver
IF (ELPA) THEN
....
1420 | IF (ELPA) THEN
| 1
Error: IF clause at (1) requires a scalar LOGICAL expression
I believe it should be "LELPA" instead of "ELPA". Am I correct?
Intel compiler does not complain, btw.
Related question - is it recommended to use ELPA in vasp 6.3 or not? I don't see that ELPA mentions anywhere except one makefile in arch/
Sergey
#ifdef ELPA
! call ELPA 2-stage solver
IF (ELPA) THEN
....
1420 | IF (ELPA) THEN
| 1
Error: IF clause at (1) requires a scalar LOGICAL expression
I believe it should be "LELPA" instead of "ELPA". Am I correct?
Intel compiler does not complain, btw.
Related question - is it recommended to use ELPA in vasp 6.3 or not? I don't see that ELPA mentions anywhere except one makefile in arch/
Sergey