LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: jeremy archuleta (archuleta_at_[hidden])
Date: 2003-08-11 22:38:52


problem discovered. ; )

<snip>

>Do user defined datatypes need to be freed in a Fortran code?

yes.

<snip>

>Also, it appears that the subarray datatype is not doing what it is supposed
>to be doing when utilized in a Fortran code.

given that C is row-major and Fortran is column-major, just switching "x"
for "z" and vice versa doesn't cut it, and, it would be a good thing to
have my datatypes be in a common block so that other subroutines see them
as global variables rather than local variables...

-J
p.s. oh, and the C code didn't actually work correctly either. : ) hehehe.
me += 0, stupidity += 3