Re: [OMPI users] MPI_INIT gets stuck

2016-03-07 Thread Marco Atzeri
On 07/03/2016 18:58, Marco Lubosch wrote: Thanks Marco, I reinstalled Cygwin and OMPI like 10 times. I had an issues with gcc(mingw) because it was preinstalled under windows. I then had to remove it and reinstall gcc under cygwin and got it working but as I said only copiling plain C code with

Re: [OMPI users] MPI_INIT gets stuck

2016-03-07 Thread Marco Lubosch
Thanks Marco, I reinstalled Cygwin and OMPI like 10 times. I had an issues with gcc(mingw) because it was preinstalled under windows. I then had to remove it and reinstall gcc under cygwin and got it working but as I said only copiling plain C code with "mpicc". I also disabled Windows Firewa

Re: [OMPI users] MPI_INIT gets stuck

2016-03-07 Thread Marco Atzeri
On 06/03/2016 10:06, Marco Lubosch wrote: Hello guys, I try to do the first steps with Open MPI and I finally got it work on Cygwin64(Windows 7 64bit). I am able to compile plain C code without any issues via "mpicc ..." but when I try to initialize MPI the program is getting stuck within "MPI

[OMPI users] MPI_INIT gets stuck

2016-03-06 Thread Marco Lubosch
Hello guys, I try to do the first steps with Open MPI and I finally got it work on Cygwin64(Windows 7 64bit). I am able to compile plain C code without any issues via "mpicc ..." but when I try to initialize MPI the program is getting stuck within "MPI_INIT" without creating CPU load. Example