Re: [OMPI devel] Building OpenMPI on windows

2006-11-21 Thread Brian W Barrett
At one point, a long time ago (before anyone started working on the native windows port), I had unpatched OMPI tarballs building on Cygwin, using Cygwin's gcc. Which I believe is all Greg and Beth want to do for now. But I believe that the recent code to support Windows natively has cause

Re: [OMPI devel] Building OpenMPI on windows

2006-11-18 Thread Greg Watson
It would be of great help for the Eclipse Parallel Tools Platform if this was working. We get lots of requests for PTP on Windows, but lack of OMPI support has prevented this to date. Regards, Greg On Nov 18, 2006, at 12:39 PM, George Bosilca wrote: I'm impressed that it work with cygwin

Re: [OMPI devel] Building OpenMPI on windows

2006-11-18 Thread George Bosilca
I'm impressed that it work with cygwin out of the box. Last time I tried, I had to patch the libtool, do some manual modifications of the configure script (of course after altering some of the .m4 files). It worked, I was able to run a simple ping-pong program, but it took me something like

Re: [OMPI devel] Building OpenMPI on windows

2006-11-18 Thread Jeff Squyres
I don't know if we're tried cygwin for a long, long time... My gut reaction is that it "should work" (the wrappers are pretty simple C), but I don't have any cygwin resources to test / fix this. :-( George -- got any insight? On Nov 16, 2006, at 4:44 PM, Ralph Castain wrote: I'm not sure

Re: [OMPI devel] Building OpenMPI on windows

2006-11-16 Thread Ralph Castain
I'm not sure about running under cygwin at this stage - I have compiled the code base there before as you did, but never tried to run anything in that environment. However, I believe 1.2 will operate under Windows itself. Of course, that means using the Windows compilers...but if you have those, y

[OMPI devel] Building OpenMPI on windows

2006-11-16 Thread Beth Tibbitts
I'm trying to build OpenMPI on windows with cygwin, to at least be able to demo the Eclipse PTP(Parallel Tools Platform) on my laptop. I configured OpenMPI version 1.2 (openmpi-1.2b1) with the following command: ./configure --with-devel-headers --enable-mca-no-build=timer-windows then did make