Newsgroups: comp.parallel.mpi
From: lusk@donner.mcs.anl.gov (Rusty Lusk)
Subject: Re: MPI on NextStep ?
Organization: Argonne National Laboratory
Date: 9 Apr 1996 15:04:11 GMT
Message-ID: <4kdu9b$45h@milo.mcs.anl.gov>

In article <4kcoa0$jbt@bertrand.ccs.carleton.ca>, murphyx@neptune.carleton.ca (Mitch Murphy) writes:
|> 
|> Has anybody reading this newsgroup tried compiling/running
|> some version of MPI/MPICH under NextStep ?

We haven't tested it in a while, but MPICH at least used to run on a network
of NeXT's.  It ought to be able to configure itself without any guidance:

  tar xf mpich.tar
  cd mpich
  configure
  make

You might have to add -nof77 on the configure if you don't have a Fortran
compiler, but you might not (configure should figure that out for itself).

If you have problems, please send them to us at mpi-bugs@mcs.anl.gov.

Regards,
Rusty

