Re: [OMPI users] Cygwin64 mpiexec freezes

2017-09-08 Thread Marco Atzeri
On 07/09/2017 21:56, Marco Atzeri wrote: On 07/09/2017 21:12, Llelan D. wrote: Windows 10 64bit, Cygwin64, openmpi 1.10.7-1 (dev, c, c++, fortran), GCC 6.3.0-2 (core, gcc, g++, fortran) However, when I run it using mpiexec: $ mpiexec -n 4 ./hello_c $ ^C Nothing is displayed and I have to ^

Re: [OMPI users] Cygwin64 mpiexec freezes

2017-09-07 Thread Marco Atzeri
On 07/09/2017 21:12, Llelan D. wrote: Windows 10 64bit, Cygwin64, openmpi 1.10.7-1 (dev, c, c++, fortran), GCC 6.3.0-2 (core, gcc, g++, fortran) I am compiling the standard "hello_c.c" example with *mgicc*: $ mpicc -g hello_c.c -o hello_c The showme: gcc -g hello_c.c -o hello_c -fexceptions

[OMPI users] Cygwin64 mpiexec freezes

2017-09-07 Thread Llelan D.
Windows 10 64bit, Cygwin64, openmpi 1.10.7-1 (dev, c, c++, fortran), GCC 6.3.0-2 (core, gcc, g++, fortran) I am compiling the standard "hello_c.c" example with mgicc: $ mpicc -g hello_c.c -o hello_c The showme: gcc -g hello_c.c -o hello_c -fexceptions -L/usr/lib -l