[Q-e-developers] ifort 12.1.0 segfaults in fft_parallel.f90

Lorenzo Paulatto lorenzo.paulatto at impmc.upmc.fr
Wed Sep 30 10:01:51 CEST 2015


Hello,
just to report that the compiler directives added in Modules/fft_parallel.f90 
cause ifort 12.1.0 to segfault:
#if defined(__INTEL_COMPILER)
#if __INTEL_COMPILER  >= 1300
!dir$ attributes align: 4096 :: yf, aux
#endif
#endif
I see that in theory that part of the code should not be interpreted by ifort 
< 13, but apparently ifort 12 thinks he's old enough for it. Just removing the 
!dir$ lines fixes the issue

HTH

-- 
Dr. Lorenzo Paulatto
IdR @ IMPMC -- CNRS & Université Paris 6
+33 (0)1 44 275 084 / skype: paulatz
http://www.impmc.upmc.fr/~paulatto/
23-24/4é16 Boîte courrier 115
4 place Jussieu 75252 Paris Cédex 05





More information about the developers mailing list