Re: [OMPI users] MPI_Intercomm_Merge -- Fortran

2006-05-01 Thread Jeff Squyres (jsquyres)
i.org] On Behalf Of Michael Kluskens > Sent: Sunday, April 30, 2006 12:17 PM > To: Open MPI Users > Subject: [OMPI users] MPI_Intercomm_Merge -- Fortran > > MPI_Intercomm_Merge( intercomm, high, newintracomm, ier ) > > None of the books I have state the variable type of the sec

Re: [OMPI users] MPI_Intercomm_Merge -- Fortran

2006-05-01 Thread Michael Kluskens
I've noticed that I can't just fix this myself, very bad things happened to the merged communicator, so this is not a trivial fix I gather. Michael On Apr 30, 2006, at 12:16 PM, Michael Kluskens wrote: MPI_Intercomm_Merge( intercomm, high, newintracomm, ier ) None of the books I have stat

[OMPI users] MPI_Intercomm_Merge -- Fortran

2006-04-30 Thread Michael Kluskens
MPI_Intercomm_Merge( intercomm, high, newintracomm, ier ) None of the books I have state the variable type of the second argument for MPI_Intercomm_Merge for Fortran. Class notes I have from David Cronk state it is a Logical. In C it is an "int" with values of true and false. Looking at O