12#ifndef ARCANE_PARALLEL_MPI_IVARIABLESYNCHRONIZERMPICOMMUNICATOR_H
13#define ARCANE_PARALLEL_MPI_IVARIABLESYNCHRONIZERMPICOMMUNICATOR_H
17#include "arcane/parallel/mpi/ArcaneMpi.h"
Interface of a specific MPI communicator for synchronizations.
virtual void compute(VariableSynchronizer *var_syncer)=0
Calculates the specific communicator.
virtual MPI_Comm communicator() const =0
Retrieves the specific communicator from the topology.
Interface of a variable synchronization service.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --