English
Hi,
I've come to notice a very strange behaviour with the intel compiler on Linux. It's a bit difficult to explain, since I'm not able to make a minimal example (for reasons which will become apparent). What I'm doing is basically calling a set of subroutines which kind of look like that:
SUBROUTINE WHATEVER (a, b, table)
IMPLICIT NONE
DOUBLE PRECISION, POINTER, DIMENSION(:), INTENT(IN) :: a
DOUBLE PRECISION, POINTER, DIMENSION(:), INTENT(IN) :: b
DOUBLE PRECISION, POINTER, DIMENSION(:,:,:,:), INTENT(OUT) :: table