Hi there, I hope someone can help me here. This is the problem:
I need to communicate between processes a slice of a 3D array (i,j,k). The slice is a plane with j=constant. The memory is not contiguos on the slice since j changes faster then k.
the dimensions of the array are (NI,NJ,NK)
My...