[OMPI users] Myid changes to 0 after using a mpi_recv

2012-04-05 Thread Anton Morgan
My setup is kinda convoluted unfortunately so this also might be an issue, but just keep that in the back of your mind for now and assume that is not the problem. I am using Windows 7 64-bit, with cygwin and compiling using x86_64-w64-mingw32-gfortran and installed open MPI via OpenMPI_v1.5.5-1_win

Re: [OMPI users] Myid changes to 0 after using a mpi_recv

2012-04-05 Thread Anton Morgan
add in the example Makefile. change pikaia to mpihello to make correctly. Thanks. On Thu, Apr 5, 2012 at 3:39 PM, Anton Morgan wrote: > My setup is kinda convoluted unfortunately so this also might be an issue, > but just keep that in the back of your mind for now and assume that is not

Re: [OMPI users] Myid changes to 0 after using a mpi_recv

2012-04-06 Thread Anton Morgan
t; Slave says, Flag2: 2 MyID: 1 > > Shiqing -- can you verify on Windows? > > > On Apr 5, 2012, at 6:15 PM, Anton Morgan wrote: > > > Some things to add. I installed Microsoft MPI and this issue did not > occur and gave me the correct rank/myid numbers when running this pr

Re: [OMPI users] OpenMPI build configure error on Windows 7 / MinGW

2012-04-18 Thread Anton Morgan
I'm just user, but i wanted to give a heads up on using cywin/mingw environment on Windows 7 64-bit. I would refer to: http://www.open-mpi.org/community/lists/users/2012/04/18959.php in regards to an issue with mpi_send/mpi_receive using this environment. Now I installed OpenMPI 1.5.5 binary and