Re: [OMPI users] Persistance message hang when sending and receiving a large data

2017-07-03 Thread George Bosilca
Quang, You do start the persistent send requests as well right ? Assuming this is the case, that means you will start about 100K requests in one go. One of the problems might be the perception that the process is stuck, when in fact it simply progresses extremely slowly. Indeed, the MPI_Startall

[OMPI users] Persistance message hang when sending and receiving a large data

2017-07-01 Thread Quang Ha
Hi MPI-users, I am currently facing some troubles with persitance calling. The following code describe the abstract I am trying to get out of: I am trying to implement some form of persistent calling. Somehow the following code keeps hanging - I guessed I must have introduced a deadlock but can't