Hi,
I have a multithreaded application. I use seperate
threads to do MPI_Send and MPI_Irecv. Before each
MPI_Send() i use a sleep() function to suspend the
thread (to simulate network latency). The problem is
the threads are not moving beyond sleep(). When I set
sleep(o) or sleep(t) where 0.999<t<0, it works fine...
Thanks
John
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
http://smallbusiness.yahoo.com/resources/
|