Re: [Wien] Fwd: Severe bug in SRC_aim

2021-10-03 Thread Gavin Abo
Can you also edit the Makefile (and Makefile.orig) for SRC_aim in WIEN2k 21.1 so that it compiles with gfortran?  It may be enough to change the two instances of lower case .f90 under the .F.o to upper case .F90. I have not tried compiling with those changes with ifort but those changes likely

[Wien] Fwd: Severe bug in SRC_aim

2021-09-29 Thread Peter Blaha
Dear WIEN2k users, Unfortunately there is a bug in the Makefile for SRC_aim in WIEN2k_21 Please edit the Makefile (and Makefile.orig) and insert: ... .SUFFIXES: .frc .SUFFIXES: .F # <--- insert this line .SUFFIXES: .frc90 ... and replace at the bottom: .frc90.o: