[Trilinos-Users] Using SerialComm when MPI is enabled

Heroux, Mike MHeroux at csbsju.edu
Tue Sep 10 07:34:49 MDT 2013


Epetra_MpiComm can use a split comm.  You would create the MPI split comm as normal and then create the Epetra_MpiComm object by passing in the split comm to the constructor.

ML works with Belos and works with split communicators.

Mike


On Sep 10, 2013, at 7:49 AM, "Eric Marttila" <eric.marttila at thermoanalytics.com> wrote:

> Splitting the communicator sounds promising - but it looks like 
> that can only be done with a Teuchos comm.  Do you know if 
> splitting is possible with the Epetra_MpiComm that I'm using?
> --Eric
> 
> On Tuesday, September 10, 2013 12:06:05 am C.S. Natarajan wrote:
>> Can't you comm split and run it as an mpi job with a single
>> rank in a new communicator?
>> 
>> Doing a lot of comm splits might not be a good idea but a
>> single one, I think , shouldn't be a problem?
>> 
>> 
>> 
>> C.S.N
> 
> -- 
> Eric A. Marttila
> ThermoAnalytics, Inc.
> Email: Eric.Marttila at ThermoAnalytics.com
> Phone: 810-636-2443
> http://www.thermoanalytics.com
> _______________________________________________
> Trilinos-Users mailing list
> Trilinos-Users at software.sandia.gov
> http://software.sandia.gov/mailman/listinfo/trilinos-users



More information about the Trilinos-Users mailing list