For one thing, you should check your path settings. The output you got cannot
possibly have come from OMPI 1.4.2. Looks more like an OMPI 1.2 output.
On Oct 10, 2011, at 6:01 PM, Jonathan Bishop wrote:
> Hi,
>
> New to MPI and decided to try OpenMPI out on hello.cpp, but I get the
> following m
Hi,
New to MPI and decided to try OpenMPI out on hello.cpp, but I get the
following messages and the program hangs…
MPICH had no problem with this…what am I doing wrong?
Thanks,
Jon
Here is hello.cpp
#include
#include
#include
using namespace std;
int main(int argc, char *argv[]) {
in