Re: [OMPI users] successful story of building openmpi on cygwin?

2011-10-28 Thread Yue Guan
Hi, Shiqing Thanks for the info. Usually I code in cygwin on my PC and move the code to clusters later. So I try to setup openmpi on cygwin. Best -- Yue On Fri, Oct 28, 2011 at 6:09 AM, Shiqing Fan wrote: > Hi Yue, > > If you want to build Open MPI on Windows, there is another way by using > C

Re: [OMPI users] successful story of building openmpi on cygwin?

2011-10-28 Thread John R. Cary
I have been trying to build with mingw, including mingw32-gfortran, with no luck. Using mingw32-4.5.1, openmpi-1.5.4. Has anyone gotten mingw32 with gfortran to work with openmpi? ThxJohn On 10/28/11 4:09 AM, Shiqing Fan wrote: Hi Yue, If you want to build Open MPI on Windows, there is

Re: [OMPI users] successful story of building openmpi on cygwin?

2011-10-28 Thread Shiqing Fan
Hi Yue, If you want to build Open MPI on Windows, there is another way by using CMake and Visual Studio, take a look into the windows readme file in the source root. If you want to use the GNU compilers, you might also use CMake with MinGW. But the MinGW support is only basically supported.

[OMPI users] successful story of building openmpi on cygwin?

2011-10-27 Thread Yue Guan
Hi, there Any successful story of building openmpi on cygwin? I run the default building process and stuck at /opal/mca/maffinity for gcc: vfork: Resource temporarily unavailable. Best --Yue