Newsgroups: comp.parallel.mpi
From: edemaine@ug.cs.dal.ca (Erik Demaine)
Subject: Re: I/O in MPI
Organization: Math, Stats & CS, Dalhousie University, Halifax, NS, Canada
Date: Tue, 8 Aug 1995 13:58:30 GMT
Message-ID: <DCzw5J.E85@cs.dal.ca>

Greg Burns (gdburns@osc.edu) wrote:
: Your requirement sounds like the functionality provided by our
: MPI Cubix library, a collective I/O library.  Check it out under
: http://www.osc.edu/lam.html

MPI Cubix sounds great, but I'm having trouble installing it on an SP-2
using MPICH.  Other MPI programs work great.  When I try to compile the
example (after successfully making with make and make fortran), I get:

ld: Unsatisfied symbols:
   MPI_Comm_split (code)
   MPI_Gather (code)
   MPI_Group_translate_ranks (code)
   MPI_Comm_compare (code)
   MPI_Comm_group (code)
   MPI_Comm_dup (code)

Why are these MPI routines missing?  Any ideas?

This may be a question more for the MPICH group; I'm using the latest MPICH
(1.0.9).

Thanks!
Erik
--
Erik Demaine        || edemaine@ug.cs.dal.ca  || edemaine@fx2800.dal.ca
edemaine@cs.dal.ca  || 01ERIK@ac.dal.ca       || edemaine@is.dal.ca
URL: http://ug.cs.dal.ca:3400/~edemaine/edemaine.html
--> A glob is a round substance of thick liquid. A blob is an unformed object.

