daleroberts / pypar

Efficient and scalable parallelism using the message passing interface (MPI) to handle big data and highly computational problems.
GNU General Public License v3.0
69 stars 15 forks source link

mpiext.c: do not call MPI function after failed MPI_Init() #11

Closed congma closed 7 years ago

congma commented 7 years ago

Some more tiny patches.. Here we avoid calling MPI_Comm_rank() after failed MPI_Init().

daleroberts commented 7 years ago

Thanks

congma commented 7 years ago

You're welcome!