Dear all
I am trying to install cp2k-2024.1 using gcc10.3 and Intelmpi-2018 (or 2020) compilers, Unfortunately, I get the error:
cp2k-2024.1/src/pw/pw_methods.F(1678): error #6752: Since the OpenMP* DEFAULT(NONE) clause applies, the PRIVATE, SHARED, REDUCTION, FIRSTPRIVATE, or LASTPRIVATE attribute must be explicitly specified for every variable. [NGPTS]
DO gpt = 1, ngpts
------------------------^
cp2k-2024.1/src/pw/pw_methods.F(1687): error #6752: Since the OpenMP* DEFAULT(NONE) clause applies, the PRIVATE, SHARED, REDUCTION, FIRSTPRIVATE, or LASTPRIVATE attribute must be explicitly specified for every variable. [NGPTS]
DO gpt = 1, ngpts
------------------------^
compilation aborted for pw_methods.F90 (code 1)
make[3]: *** [pw_methods.o] Error 1
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [all] Error 2
make[1]: *** [psmp] Error 2
make: *** [all] Error 2
Could you please help to overcome this issue?
Bets Regards.
Luca