Newsgroups: comp.parallel.mpi
From: Nicholas Nevin -SMCC - High Performance Computing <nevin@caja.east.sun.com>
Subject: Re: Problem with MPI-LAM and AIX 4.2
Organization: Sun Microsystems, Inc., Chelmsford, MA.
Date: 20 Oct 1997 14:15:18 -0400
Message-ID: <6v7pvp0ti6h.fsf@caja.east.sun.com>


To get LAM to compile under AIX 4.2 edit share/h/lam_config.h and 
in the AIX configuration section change

#define HAVE_BSD43_FD_PASSING		1
#define HAVE_BSD44_FD_PASSING		0

to 

#define HAVE_BSD43_FD_PASSING		0
#define HAVE_BSD44_FD_PASSING		1


Then go back to the top level directory and do

% make install


-nick.

