Quantcast
Channel: Recent posts
Viewing all articles
Browse latest Browse all 4

Deallocation issues

$
0
0
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


Viewing all articles
Browse latest Browse all 4

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>