Newsgroups: comp.parallel.mpi
From: lusk@donner.mcs.anl.gov (Rusty Lusk)
Subject: Re: Installation: MPI on SGI Indigo^2?
Organization: Argonne National Laboratory
Date: 20 Sep 1996 16:13:31 GMT
Message-ID: <51ufrb$ma3@milo.mcs.anl.gov>

In article <01bba694$ae6ed3d0$792cad86@macel>, "Joe Beda" <jbeda@hmc.edu> writes:
|> I cannot, for the life of me, get MPI to run on a cluster of SGI Indigo^2's
|> with ch_p4.  Has anyone else had any problems.  I've tried various
|> configure options along with using the secured server vs. rsh.  

Somehow you are getting mpirun configured to run the shared memory version
while the library is not.  Could you please try the following:

  make realclean
  configure -device=ch_p4 -nof77 -cc=gcc >& configure.log
  make >& make.log &

(let configure pick the arch) and send me the log files?  Thanks.  (Also
test the resulting version, of course.)

Regards,
Rusty Lusk

