Dear ELK user, i'm trying to compile ELK 7.2.42 on UBUNTU (16.04) linux using gfortran 5.4, but the compilation crash with this error message: splined.f90:18:6: !$OMP SIMD LASTPRIVATE(f1,f2,f3,f4) 1 Error: OpenMP directives at (1) may not appear in PURE or ELEMENTAL procedures Makefile:213: recipe for target 'splined.o' failed make[1]: [splined.o] Error 1 make[1]: Leaving directory '/home/arles/Documentos/programas/ELK/elk-7.2.42/src' Makefile:7: recipe for target 'all' failed make: [all] Error 2...