dceresoli / qe-gipaw

QE-GIPAW for Quantum-Espresso (official repository)
GNU General Public License v2.0
30 stars 11 forks source link

Fails to compile with QE 6.2 #1

Closed stur86 closed 6 years ago

stur86 commented 6 years ago

I have tried compiling the latest version with Quantum Espresso 6.2 but fail. The error seems to be in the interface of fft_type_descriptor (see attached log: error.log ). I can't use this new version in any other way, as make gipaw in QE 6.2 gives an error as their GIPAW version is still 6.1, and that version has a bug which causes symmetrized hyperfine tensors to become zero (from the commit messages, I imagine this was fixed in 6.2). Thanks!

dceresoli commented 6 years ago

I'm working on that. The git HEAD version compiles correctly with qe-6.2.1. I have to do extensive testing.

stur86 commented 6 years ago

Ok, thanks! Would you say that means I'm better off sticking with 6.1 right now, or is 6.2 tested enough I can trust it for basic tasks?

dceresoli commented 6 years ago

Yes, please, stick with 6.1. Moreover FFT in 6.2 is slower for small systems. Once I can reproduce tests with 6.2, I'll create a new release.

stur86 commented 6 years ago

Ok, thanks!