From: schuelaw@carrot.whitman.edu (Albert Schueller)
Newsgroups: comp.parallel.mpi
Subject: MPI_Init/Finalize more than once?
Date: 21 May 1999 14:22:12 GMT
Organization: Posted via RemarQ, http://www.remarQ.com - Discussions start
    here!
Message-Id: <slrn7kar0n.ngb.schuelaw@carrot.whitman.edu>
Reply-To: schuelaw@whitman.edu
User-Agent: slrn/0.9.5.4 (UNIX)
Xref: ukc comp.parallel.mpi:5118


Hi,

I'm trying to write a subroutine that would do parallel slor using mpi.
Inside the subroutine, I initialize the communicator using mpi_init and
finalize it.  I'm getting errors the second time I call the subroutine from
within main.  Am I breaking some mpi rule here?  Can I only init/finalize
once within the entire program?

Albert

-- 
Albert Schueller                                 Department of Mathematics
Office Phone:  509-522-4432                      Whitman College
Public Key:  http://carrot.whitman.edu/pgp.key   Walla Walla, WA USA 99362

