[OMPI users] issue with column type in language C

2012-08-19 Thread Christian Perrier
Hi, I have a problem with MPI_Senrecv communication where I send columns on edges between processes. For debugging, I show you below a basic example where I initialize a 10x10 matrix ("x0" array) with x_domain=4 and y_domain=4. For the test, I simply initialize the 2D array values with x0[i][j] =

Re: [OMPI users] issue with column type in language C

2012-08-19 Thread Christian Perrier
t; > http://www.open-mpi.org/community/lists/users/2010/10/14619.php > > At that time, the code was written in Fortran, and now it is written > in C - however, the variable names, logic, etc are quite similar! :-D > > Remember, debugging and bug fix is part of the (home) work! > > Rayson > >