Openmp internal compiler error v13

Openmp internal compiler error v13

Portrait de pat97269

Hi all, 

I want to report a bug, when you try to compile the following example with -openmp you get catastrophic error (tried with intel v13.0.1, works on a v12.1.2)

If you remove the save statement or the gradf in argument then it compiles with no error. 

module foo
contains
subroutine hess_grad_approx(gradf)
integer :: i
double precision,dimension(:),allocatable :: gradf
double precision,dimension(:),allocatable,save :: fe

fe(i)=1d0
gradf(i)=1d0

end subroutine
end module foo

thanks

2 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de Steve Lionel (Intel)

Thanks for the nice example. I have escalated this as issue DPD200239791 and will update this thread with any progress.

Steve

Connectez-vous pour laisser un commentaire.