On Sep 5, 2006, at 1:21 PM, Brian Barrett wrote:
On Tue, 2006-09-05 at 12:07 -0700, Ben Byer wrote:
Is there a reason that those 7 include files installed in /usr/
include shouldn't be installed in /usr/include/openmpi instead?
MPI users generally expect to find mpi.h and mpif.h in $p
Hi all! I'm happy to report that I was able to build OpenMPI 1.1 4-
way fat (ppc, i386, ppc64, x86_64) using buildpackage.sh.
When I installed the resulting package, it installed the following
include files:
/usr/include/constants.h
/usr/include/mpi.h
/usr/include/mpif-common.h
/usr/include
I'd like to be able to build OpenMPI "fat" -- for multiple
architectures in one pass, so I can create a universal binary for
OSX. I see that it was mentioned last year, at http://www.open-
mpi.org/community/lists/users/2005/06/0087.php as something that was
"a ways off".
Has any progress