[OMPI users] Problems installing in Cygwin

2008-10-20 Thread Gustavo Seabra
Hi All, I am trying to install OpenMPI in Cygwin. from a cygwin bash shell, I configured OpenMPI with the command below: $ echo $MPI_HOME /home/seabra/local/openmpi-1.2.7 $ ./configure --prefix=$MPI_HOME \ --with-mpi-param_check=always \ --with-threads=posix \

[OMPI users] Fwd: Problems installing in Cygwin

2008-10-22 Thread Gustavo Seabra
Hi All, (Sorry if you already got this message befor, but since I didn't get any answer, I'm assuming it didn't get through to the list.) I am trying to install OpenMPI in Cygwin. from a cygwin bash shell, I configured OpenMPI with the command below: $ echo $MPI_HOME /home/seabra/local/openmpi-1

Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-10-28 Thread Gustavo Seabra
ronment. Thank you very much. Please let me know if there is any other information I can provide to help track this. All the best, -- Gustavo Seabra Postdoctoral Associate Quantum Theory Project - University of Florida Gainesville - Florida - USA

Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-10-29 Thread Gustavo Seabra
On Mon, Oct 27, 2008 at 4:52 PM, Jeff Squyres wrote: > Sorry for the lack of reply; several of us were at the MPI Forum meeting > last week, and although I can't speak for everyone else, I know that I > always fall [way] behind on e-mail when I travel. :-\ > > The windows port is very much a work-

Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-10-29 Thread Gustavo Seabra
On Wed, Oct 29, 2008 at 10:48 AM, George Bosilca wrote: > Gustavo, > > I think we have a problem in the "make dist" for the 1.2. I just downloaded > the latest 1.2.8, and the windows timer component header file is not in the > tarball. This file is not automatically generated, and it is in the svn

Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-10-29 Thread Gustavo Seabra
cludes dlfcn.h. This is ok, assuming you have a GNU version of dlfcn.h, but apparently this is not present in Cygwin... So far, apparently, CYGWIN == POSIX (still), but CYGWIN != GNU. -- Gustavo Seabra Postdoctoral Associate Quantum Theory Project - University of Florida Gainesville - Florida - USA

Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-10-30 Thread Gustavo Seabra
On Thu, Oct 30, 2008 at 8:40 AM, Jeff Squyres wrote: > On Oct 29, 2008, at 4:31 PM, Gustavo Seabra wrote: > >>> Ugh. IMHO, Cygwin != POSIX. >>> >>> The problem is that we're making the assumption that if dlsym() is >>> present, >>> RTLD_NE

Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-10-31 Thread Gustavo Seabra
As I keep trying to install OpenMPI in Cygwin, I found another instance where RTFD_NEXT is assumed to be present. Will keep trying... Gustavo. = Making all in vtlib make[5]: Entering directory `/home/seabra/local/openmpi-1.3b1/ompi/contrib/vt/vt/vtlib' gcc -DHAVE_CONFI

Re: [OMPI users] Fwd: Problems installing in Cygwin

2008-10-31 Thread Gustavo Seabra
On Thu, Oct 30, 2008 at 9:04 AM, George Bosilca wrote: Hi George, I'm sorry for taking too long to respond. As you mentioned, config takes a veeery long time in cygwin, and then the install itself takes many ties that :-( > As Jeff mentioned this component is not required on Windows. You can

Re: [OMPI users] MPI + Mixed language coding(Fortran90 + C++)

2008-10-31 Thread Gustavo Seabra
that whatever "third-party" software you are using here is not doing its job right. -- Gustavo Seabra Postdoctoral Associate Quantum Theory Project - University of Florida Gainesville - Florida - USA

[OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Gustavo Seabra
include/c++/bits/vector.tcc: In member function `void std::vector<_Tp, _Alloc>::_M_fill_insert(__gnu_cxx::__normal_iterator >, size_t, const _Tp&)': /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc:307: error: expected unqualified-id before '(' token /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc: In member function `void std::vector<_Tp, _Alloc>::_M_range_insert(__gnu_cxx::__normal_iterator >, _ForwardIterator, _ForwardIterator, std::forward_iterator_tag)': /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/bits/vector.tcc:384: error: expected unqualified-id before '(' token -- Gustavo Seabra Postdoctoral Associate Quantum Theory Project - University of Florida Gainesville - Florida - USA

Re: [OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Gustavo Seabra
On Mon, Nov 3, 2008 at 3:04 PM, Jeff Squyres wrote: > On Nov 3, 2008, at 2:53 PM, Gustavo Seabra wrote: > >> Finally, I was *almost* able to compile OpenMPI in Cygwin using the >> following configure command: >> >> ./configure --prefix=/home/seabra/local/openmpi-1.3b1

Re: [OMPI users] Problems installing in Cygwin - Problem with GCC 3.4.4

2008-11-03 Thread Gustavo Seabra
On Mon, Nov 3, 2008 at 8:59 PM, Terry Frankcombe wrote: >> On Nov 3, 2008, at 3:36 PM, Gustavo Seabra wrote: >> >>>> For your fortran issue, the Fortran 90 interface needs the Fortran 77 >>>> interface. So you need to supply an F77 as well (the output from >

Re: [OMPI users] openmpi-1.2.8 and cygwin...

2008-12-02 Thread Gustavo Seabra
Is that going to work with Cygwin programs? One reason I have been trying to install OpenMPI in Cygwin is to be able to run Cygwin programs in parallel. Would a native Windows implementation help there? Gustavo. On Tue, Nov 18, 2008 at 4:45 AM, Shiqing Fan wrote: > Dear Solibakke, > > I'm not fam