Temporarily comment out explicit SIMD instructions in eigen/hsmt_sph.F90
The OpenMP SIMD instructions made problems on ifort 12 and ifort 15. We have to introduce a filter to exclude these compilers from respective code sections. The instructions were introduced in commit 97ef6a4d.
Showing