Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-06 Thread Vicente Puig
go to use the newly installed Open MPI. If you don't set your path, >>> it will always default to using the version of OpenMPI that ships with >>> Leopard. >>> >>> >>> Warner Yuen >>> Scientific Computing >>> Consulting Enginee

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-06 Thread Luis Vitorio Cargnini
users-ow...@open-mpi.org When replying, please edit your Subject line so it is more specific than "Re: Contents of users digest..." Today's Topics: 1. Re: How do I compile OpenMPI in Xcode 3.1 (Vicente Puig) -- Message: 1 Date: Mon, 4

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-06 Thread Luis Vitorio Cargnini
$0,02 of contribution, try macports Le 09-05-04 à 11:42, Jeff Squyres a écrit : FWIW, I don't use Xcode, but I use the precompiled gcc/gfortran from here with good success: http://hpc.sourceforge.net/ On May 4, 2009, at 11:38 AM, Warner Yuen wrote: Have you installed a Fortran compil

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-05 Thread Jeff Squyres
w...@open-mpi.org When replying, please edit your Subject line so it is more specific than "Re: Contents of users digest..." Today's Topics: 1. Re: How do I compile OpenMPI in Xcode 3.1 (Vicente Puig) -- Messag

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Vicente Puig
rrectly >>> when you go to use the newly installed Open MPI. If you don't set your path, >>> it will always default to using the version of OpenMPI that ships with >>> Leopard. >>> >>> >>> Warner Yuen >>> Scientific Computing >>> Consulti

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Vicente Puig
tific Computing >> Consulting Engineer >> Apple, Inc. >> email: wy...@apple.com >> Tel: 408.718.2859 >> >> >> >> >> On May 4, 2009, at 9:13 AM, users-requ...@open-mpi.org wrote: >> >> Send users mailing list submissions to >>

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Jeff Squyres
-mpi.org You can reach the person managing the list at users-ow...@open-mpi.org When replying, please edit your Subject line so it is more specific than "Re: Contents of users digest..." Today's Topics: 1. Re: How do I compile OpenMPI in Xcode 3.1 (Vicente Puig) ---------

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Vicente Puig
th subject or body 'help' to >>>users-requ...@open-mpi.org >>> >>> You can reach the person managing the list at >>>users-ow...@open-mpi.org >>> >>> When replying, please edit your Subject line s

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Vicente Puig
Subject line so it is more specific >> than "Re: Contents of users digest..." >> >> >> Today's Topics: >> >> 1. Re: How do I compile OpenMPI in Xcode 3.1 (Vicente Puig) >> >> >> --

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Vicente Puig
If I can not make it work with Xcode, which one could I use?, which one do you use to compile and debug OpenMPI?. Thanks Vincent 2009/5/4 Jeff Squyres > Open MPI comes pre-installed in Leopard; as Warner noted, since Leopard > doesn't ship with a Fortran compiler, the Open MPI that Apple ship

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Jeff Squyres
Open MPI comes pre-installed in Leopard; as Warner noted, since Leopard doesn't ship with a Fortran compiler, the Open MPI that Apple ships has non-functional mpif77 and mpif90 wrapper compilers. So the Open MPI that you installed manually will use your Fortran compilers, and therefore will

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Vicente
I can use openmpi from terminal, but I am having problems with gdb, so I wanted to know if there was posible to use openmpi with Xcode. However, for mac users, which is the best way to compile and debug an mpi program??. Thanks. Vincent El 04/05/2009, a las 17:42, Jeff Squyres escribió:

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Vicente
Yes, I already have gfortran compiler on /usr/local/bin, the same path as my mpif90 compiler. But I've seen when I use the mpif90 on /usr/bin and on /Developer/usr/bin says it: "Unfortunately, this installation of Open MPI was not compiled with Fortran 90 support. As such, the mpif90 compil

Re: [OMPI users] How do I compile OpenMPI in Xcode 3.1

2009-05-04 Thread Jeff Squyres
FWIW, I don't use Xcode, but I use the precompiled gcc/gfortran from here with good success: http://hpc.sourceforge.net/ On May 4, 2009, at 11:38 AM, Warner Yuen wrote: Have you installed a Fortran compiler? Mac OS X's developer tools do not come with a Fortran compiler, so you'll need