Kamran Hameed
2008-09-16 05:59:40 UTC
folks i am trying to use mpiJava's send() ands recv() which are infact
calling the native MPI_Send() and MPI_Recv()... Every method of
mpiJava is native and finds its implementation in C... but this is
what i get
getWorld is returning1888464320
Rank is 0
getWorld is returning1888464320
Rank is 0
*** An error occurred in MPI_Recv
*** on communicator MPI_COMM_WORLD
*** MPI_ERR_RANK: invalid rank
*** MPI_ERRORS_ARE_FATAL (goodbye)
*** An error occurred in MPI_Recv
*** on communicator MPI_COMM_WORLD
*** MPI_ERR_RANK: invalid rank
*** MPI_ERRORS_ARE_FATAL (goodbye)
i think that communicator that i am printing in getWorld() is fine ???
is it??? or is there a problem with Rank() that every time it is
returning 0...?? how can i solve it....
any help would be appreciated
calling the native MPI_Send() and MPI_Recv()... Every method of
mpiJava is native and finds its implementation in C... but this is
what i get
getWorld is returning1888464320
Rank is 0
getWorld is returning1888464320
Rank is 0
*** An error occurred in MPI_Recv
*** on communicator MPI_COMM_WORLD
*** MPI_ERR_RANK: invalid rank
*** MPI_ERRORS_ARE_FATAL (goodbye)
*** An error occurred in MPI_Recv
*** on communicator MPI_COMM_WORLD
*** MPI_ERR_RANK: invalid rank
*** MPI_ERRORS_ARE_FATAL (goodbye)
i think that communicator that i am printing in getWorld() is fine ???
is it??? or is there a problem with Rank() that every time it is
returning 0...?? how can i solve it....
any help would be appreciated