Top "Openmpi" questions

Open MPI is an open source implementation of the Message Passing Interface, a library for distributed memory parallel programming.

fatal error: mpi.h: No such file or directory #include <mpi.h>

when I compile my script with only #include <mpi.h> it tells me that there is no such …

c++ c mpi openmpi
MPICH vs OpenMPI

Can someone elaborate the differences between the OpenMPI and MPICH implementations of MPI ? Which of the two is a better …

mpi hpc openmpi
How do you check the version of OpenMPI?

I'm compiling my code on a server that has OpenMPI, but I need to know which version I'm on so …

openmpi
When do I need to use MPI_Barrier()?

I wonder when do I need to use barrier? Do I need it before/after a scatter/gather for example? …

synchronization mpi openmpi
mpirun - not enough slots available

Usually when I use mpirun, I can "overload" it, using more processors than there acctually are on my computer. For …

mpi openmpi hpc
MPI implementation for Java

Is there a current Java MPI implementation. I have programmed in MPI a bit, and I enjoy programming in Java. …

java mpi openmpi
what is the error "failed to write core dump"?

I'm working with java OpenMPI on a server (64GB memory) to sort a big integer array (the length is 1 billion). …

java openmpi
difference between MPI_Send() and MPI_Ssend()?

I know MPI_Send() is a blocking call ,which waits until it is safe to modify the application buffer for …

ipc mpi openmpi
Install OpenMpi on windows 10

I am a computer science student and this season we have a course in MPI programming in C language. I …

windows-10 mpi openmpi
DLL load failed: The specified module could not be found when doing "from mpi4py import MPI"

I am trying to use Mpi4py 1.3 with python 2.7 on Windows 7 64bits. I downloaded the installable version from here which …

python python-2.7 openmpi