Skip to content Skip to sidebar Skip to footer
Showing posts with the label Mpi

Mpi Bcast Or Scatter To Specific Ranks

I have some array of data. What I was trying to do is like this: Use rank 0 to bcast data to 50 no… Read more Mpi Bcast Or Scatter To Specific Ranks

Python: How To Parallelizing A Simple Loop With MPI

I need to rewrite a simple for loop with MPI cause each step is time consuming. Lets say I have a … Read more Python: How To Parallelizing A Simple Loop With MPI