Click here to Skip to main content
15,891,828 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Has anyone ever used MPI_THREAD_MULTIPLE with thread intensive applications? All my applications hang and found that this MPI feature was only lightly tested and doesn't work in all cases. Does anyone have a workaround?

I have implemented a simple example where MPI fails here: Dropbox - manual.c[^]

What I have tried:

I need MPI available to all threads on all nodes, so there isn't really another MPI alternative to MPI_THREAD_MULTIPLE.
Posted
Updated 3-Dec-16 0:37am
v2

1 solution

Just try another options the way it was explained here: http://mpi-forum.org/docs/mpi-2.0/mpi-20-html/node165.htm
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900