hi all,<br><br>&nbsp;&nbsp;&nbsp; I am using mpich-1.2.4 over my AIX cluster.<br><br>My application uses threads in MPI programs. And I don't need a thread-safe version of MPI here because we dont share any data to operate from threads.<br>
<br>I am trying to kill the thread of one of&nbsp; the processes in my application like this<br><br>pthread_kill(threadID,SIGSTOP); OR pthread_kill(threadID,SIGKILL)<br><br>this is resulting in the destruction of that whole process intern it is stopping my application.
<br><br>My thread is doing some receiving operation like this<br>MPI_Recv(.................);<br><br><br>I want to kill the thread from the main thread as soon as an event occurs in the mainthread.<br><br>Any help ??<br><br>
Thanks and Regards<br>Ravi.Thati<br><br>Our attempts may fail but we should not fail to attempt.<br>