Re: [OMPI users] Windows Open MPI question

2012-12-18 Thread Kumar, Sudhir
Hi The error is resolved. The solution was actually in a previous post. http://www.open-mpi.org/community/lists/users/2011/03/15954.php -Original Message- From: Kumar, Sudhir Sent: Tuesday, December 18, 2012 1:37 PM To: 'Open MPI Users' Subject: RE: [OMPI users] Windows Open MPI

[OMPI users] OpenMPI with cMake on Windows

2012-12-18 Thread Stephen Conley
Hello, I have installed CMake version 2.8.10.2 and OpenMPI version 1.6.2 on a 64 bit Windows 7 computer. OpenMPI is installed in "C:\program files\OpenMPI" and the path has been updated to include the bin subdirectory. In the cmakelists.txt file, I have: find_package(MPI REQUIRED)

Re: [OMPI users] openmpi-1.9a1r27674 on Cygwin-1.7.17

2012-12-18 Thread marco atzeri
On 12/18/2012 6:55 PM, Jeff Squyres wrote: ...but only of v1.6.x. okay, adding development version on Christmas wishlist ;-) On Dec 18, 2012, at 10:32 AM, Ralph Castain wrote: Also, be aware that the Cygwin folks have already released a fully functional port of OMPI to that environment

Re: [OMPI users] openmpi-1.9a1r27674 on Cygwin-1.7.17

2012-12-18 Thread Jeff Squyres
...but only of v1.6.x. On Dec 18, 2012, at 10:32 AM, Ralph Castain wrote: > Also, be aware that the Cygwin folks have already released a fully functional > port of OMPI to that environment as a package. So if you want OMPI on Cygwin, > you can just download and install the Cygwin package - no

Re: [OMPI users] openmpi-1.9a1r27674 on Cygwin-1.7.17

2012-12-18 Thread Damien
It's a historical and emotional decision that also used to have a business driver. I learned MPI with LAM on Linux (minute's silence...) and switched to OpenMPI when LAM went to join the big supercomputer in the sky. Shortly after OpenMPI launched, we had some discussions about a Windows

Re: [OMPI users] openmpi-1.9a1r27674 on Cygwin-1.7.17

2012-12-18 Thread JR Cary
So a question - why do *you* use (native) OpenMPI on Windows, when you could just download HPC Pack? Was it for any reason related to implementation? (I may have been one of those 2-3 candidate users, but I actually just download HPC Pack.) Back to the point of why OpenMPI might be desirable:

Re: [OMPI users] [Open MPI] #3351: JAVA scatter error

2012-12-18 Thread Siegmar Gross
Hi > >> 1. The datatypes passed to Scatter are not valid MPI datatypes > >> (MPI.OBJECT). You need to construct a datatype that is specific to the > >> !MyData class, just like you would in C/C++. I think that this is the > >> first error that you are seeing (i.e., that OMPI is trying to treat

Re: [OMPI users] Windows Open MPI question

2012-12-18 Thread marco atzeri
On 12/18/2012 5:49 PM, Kumar, Sudhir wrote: Hi Is struct ompi_datatype_t defined only for Linux or is there a windows equivalent. If so in which header file can it be found. Thanks ompi/datatype/ompi_datatype.h Regards Marco

[OMPI users] Windows Open MPI question

2012-12-18 Thread Kumar, Sudhir
Hi Is struct ompi_datatype_t defined only for Linux or is there a windows equivalent. If so in which header file can it be found. Thanks

Re: [OMPI users] openmpi-1.9a1r27674 on Cygwin-1.7.17

2012-12-18 Thread Jeff Squyres
On Dec 18, 2012, at 10:06 AM, JR Cary wrote: > So, IMO, OpenMPI would have to turn to a different > group for support. E.g., Microsoft compatible HPC > application vendors. And for that one would need a > compelling case of being better in, e.g., performance. I doubt that a performance case

Re: [OMPI users] openmpi-1.9a1r27674 on Cygwin-1.7.17

2012-12-18 Thread JR Cary
On 12/18/12 6:29 AM, Jeff Squyres wrote: This brings up the point again, however, of Windows support. Open MPI recently lost its only Windows developer (he moved on to non-HPC things). This has been discussed on the lists a few times (I honestly don't remember if it was this users list or

Re: [OMPI users] problem configuring openmpi-1.6.4a1r27643 on Linux

2012-12-18 Thread Jeff Squyres
On Dec 13, 2012, at 2:39 AM, Siegmar Gross wrote: > I found the error with your hint. For Open MPI 1.6.x I must also > specify "F77" and "FFLAGS" for the Fortran 77 compiler. Otherwise > it uses "gfortran" from the GNU package. "gfortran" worked for the > 64 bit version and didn't work for the 32

Re: [OMPI users] openmpi-1.9a1r27674 on Cygwin-1.7.17

2012-12-18 Thread Jeff Squyres
Thanks for all the patches. This brings up the point again, however, of Windows support. Open MPI recently lost its only Windows developer (he moved on to non-HPC things). This has been discussed on the lists a few times (I honestly don't remember if it was this users list or the devel list),

Re: [OMPI users] EXTERNAL: Re: Problems with shared libraries while launching jobs

2012-12-18 Thread Reuti
Am 17.12.2012 um 16:42 schrieb Blosch, Edwin L: > Ralph, > > Unfortunately I didn’t see the ssh output. The output I got was pretty much > as before. > > You know, the fact that the error message is not prefixed with a host name > makes me think it could be happening on the host where the

[OMPI users] openmpi-1.9a1r27674 on Cygwin-1.7.17

2012-12-18 Thread Siegmar Gross
Hi, I tried to install openmpi-1.9a1r27674 on Cygwin-1.7.17 and got the following error (gcc-4.5.3). ... CC path.lo ../../../openmpi-1.9a1r27668/opal/util/path.c: In function 'opal_path_df': ../../../openmpi-1.9a1r27668/opal/util/path.c:578:18: error: 'buf' undeclared (first use in