The PGI compiler doesn't appear to like pointer arithmetic. It was
generating division by zero when using it. This change casts the pointers to integers first and then does the subtraction. git-svn-id: https://svn.mcs.anl.gov/repos/darshan/trunk@408 3b7491f3-a168-0410-bf4b-c445ed680a29
Please register or sign in to comment