just tried the gnu compilers that come with 10.6, and they seem to
work (at least ompi_info doesn't crash). So it appears to be an intel
compiler issue on 10.6. Just checked out the intel compiler pages, and
apparently they don't yet support Snow Leopard.
Thanks all for the input.
Marcus
Marcus,
What version of openmpi ships with 10.6. Are you making sure that you
are getting the includes and libraries for 1.3.3 and not the native
apple version of openmpi.
Doug Reeder
On Sep 1, 2009, at 4:31 PM, Marcus Herrmann wrote:
Hi,
I am trying to install openmpi 1.3.3 under OSX 10.
I haven't installed my copy of Snow Leopard yet - I'm not sure anyone
has tested it. Too soon!
On Sep 1, 2009, at 5:53 PM, Luis Vitorio Cargnini wrote:
Did you try using the Apple compiler too ?
Le 09-09-01 à 19:31, Marcus Herrmann a écrit :
Hi,
I am trying to install openmpi 1.3.3 under
Did you try using the Apple compiler too ?
Le 09-09-01 à 19:31, Marcus Herrmann a écrit :
Hi,
I am trying to install openmpi 1.3.3 under OSX 10.6 (Snow Leopard)
using the 11.1.058 intel compilers. Configure and build seem to work
fine. However trying to run ompi_info after install causes di
Please note that due to a mixup in the 1.1.3 release, we just
released v1.1.4. :-(
See http://www.open-mpi.org/community/lists/announce/2007/01/0010.php
for the official announcement.
The short version is that the wrong tarball was posted to the OMPI
web site for the 1.1.3 release (doh!)
Jeff,
Upgrading to 1.1.3 solved both issues - thank you very much!
Avishay
On Mon, 2007-01-29 at 20:59 -0500, Jeff Squyres wrote:
> I'm quite sure that we have since fixed the command line parsing
> problem, and I *think* we fixed the mmap problem.
>
> Is there any way that you can upgrade to
I'm quite sure that we have since fixed the command line parsing
problem, and I *think* we fixed the mmap problem.
Is there any way that you can upgrade to v1.1.3?
On Jan 29, 2007, at 3:24 PM, Avishay Traeger wrote:
Hello,
I have just installed Open MPI 1.1 on a 64-bit FC6 machine using yu