Re: [OMPI users] Issue with Open MPI 1.5.3 Windows binary builds

2011-05-11 Thread Tyler W. Wilson
Answer to my own question. It was simply a noob problem - not using mpiexec to run my 'application'. Once I did this, everything is running as expected. My bad for not reading more before jumping in. Later, Tyler

[OMPI users] Issue with Open MPI 1.5.3 Windows binary builds

2011-05-10 Thread Tyler W. Wilson
Good day, I am new to the Open MPI package, and so am starting at the beginning. I have little if any desire to build the binaries, so I was glad to see a Windows binary release. I started with I think is the minimum program: #include "mpi.h" int main(int argc, char* argv[]) { MPI_Init(