Re: [OMPI users] can not get hello.cpp to run...

2011-10-10 Thread Ralph Castain
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

[OMPI users] can not get hello.cpp to run...

2011-10-10 Thread Jonathan Bishop
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