Home
last modified time | relevance | path

Searched refs:getCommunication (Results 1 – 20 of 20) sorted by relevance

/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/test/
H A Dmpiguardtest.cc30 mpihelper.getCommunication().barrier(); in main()
53 mpihelper.getCommunication().barrier(); in main()
73 mpihelper.getCommunication().barrier(); in main()
90 mpihelper.getCommunication().barrier(); in main()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/test/
H A Dcommunicationtest.cc30 nc1 = Dune::FakeMPIHelper::getCommunication(); in main()
32 [[maybe_unused]] Dune::MPIHelper::MPICommunicator comm = Dune::MPIHelper::getCommunication(); in main()
H A Dmpigatherscattertest.cc19 auto cc = mpihelper.getCommunication(); in main()
H A Dmpipacktest.cc19 auto comm = helper.getCommunication(); in main()
H A Dmpidatatest.cc16 auto cc = mpihelper.getCommunication(); in main()
H A Dmpifuturetest.cc23 auto cc = mpihelper.getCommunication(); in main()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/
H A Dsolverfactory.hh95 … return std::make_shared<BlockPreconditioner<X,Y,C,Preconditioner> >(prec, op->getCommunication()); in wrapPreconditioner4Parallel()
103 …d::make_shared<NonoverlappingBlockPreconditioner<C,Preconditioner> >(prec, op->getCommunication()); in wrapPreconditioner4Parallel()
114 return createScalarProduct<X>(op->getCommunication(), op->category()); in createScalarProduct()
120 return createScalarProduct<X>(op->getCommunication(), op->category()); in createScalarProduct()
H A Dschwarz.hh147 const communication_type& getCommunication() const in getCommunication() function in Dune::OverlappingSchwarzOperator
H A Dnovlpschwarz.hh242 const communication_type& getCommunication() const in getCommunication() function in Dune::NonoverlappingSchwarzOperator
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/
H A Dmpihelper.hh120 getCommunication() in getCommunication() function in Dune::FakeMPIHelper
221 getCommunication() in getCommunication() function in Dune::MPIHelper
H A Dmpiguard.hh146 MPIHelper::getCommunication())), in MPIGuard()
157 m.getCommunication())), in MPIGuard()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/parallel/benchmark/
H A Dmpi_collective_benchmark.cc173 std::tuple<double, double> runNonblockingSleep(decltype(Dune::MPIHelper::getCommunication())& cc, s… in runNonblockingSleep()
192 std::tuple<double, double> runNonblockingActive(decltype(Dune::MPIHelper::getCommunication())& cc, … in runNonblockingActive()
258 auto comm_world = Dune::MPIHelper::getCommunication(); in run()
/dports/math/dune-istl/dune-istl-fffb544a61d2c65a0d2fc7c751f36909f06be8f5/dune/istl/paamg/
H A Damg.hh1203 …Amg::AMG<OP, X, BlockPreconditioner<X,Y,C,SeqSSOR<M,X,Y>>,C>>(cop, config, op->getCommunication()); in makeAMG()
1205 …<Amg::AMG<OP, X, BlockPreconditioner<X,Y,C,SeqSOR<M,X,Y>>,C>>(cop, config, op->getCommunication()); in makeAMG()
1207 …<Amg::AMG<OP, X, BlockPreconditioner<X,Y,C,SeqJac<M,X,Y>>,C>>(cop, config, op->getCommunication()); in makeAMG()
1209 …d<Amg::AMG<OP, X, BlockPreconditioner<X,Y,C,SeqGS<M,X,Y>>,C>>(cop, config, op->getCommunication()); in makeAMG()
1211 …<Amg::AMG<OP, X, BlockPreconditioner<X,Y,C,SeqILU<M,X,Y>>,C>>(cop, config, op->getCommunication()); in makeAMG()
1224 …OP, X, NonoverlappingBlockPreconditioner<C,SeqSSOR<M,X,Y>>,C>>(op, config, op->getCommunication()); in makeAMG()
1226 …<OP, X, NonoverlappingBlockPreconditioner<C,SeqSOR<M,X,Y>>,C>>(op, config, op->getCommunication()); in makeAMG()
1228 …<OP, X, NonoverlappingBlockPreconditioner<C,SeqJac<M,X,Y>>,C>>(op, config, op->getCommunication()); in makeAMG()
1230 …G<OP, X, NonoverlappingBlockPreconditioner<C,SeqGS<M,X,Y>>,C>>(op, config, op->getCommunication()); in makeAMG()
1232 …<OP, X, NonoverlappingBlockPreconditioner<C,SeqILU<M,X,Y>>,C>>(op, config, op->getCommunication()); in makeAMG()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/doc/comm/
H A Dindexset.cc45 helper.getCommunication().barrier(); in main()
H A Dpoosc08.cc82 buildBlockedIndexSet(blockedSet, n, helper.getCommunication()); in main()
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/model/
H A DWorkflowTransport.h107 virtual CommunicationChannel *getCommunication(const QString &portId) = 0;
H A DIntegralBus.h79 virtual CommunicationChannel *getCommunication(const QString &id);
H A DIntegralBus.cpp262 CommunicationChannel *IntegralBus::getCommunication(const QString &id) { in getCommunication() function in U2::Workflow::IntegralBus
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/library/
H A DLocalDomain.h65 virtual CommunicationChannel *getCommunication(const QString &name);
H A DLocalDomain.cpp103 CommunicationChannel *BaseWorker::getCommunication(const QString &name) { in getCommunication() function in U2::LocalWorkflow::BaseWorker
368 assert(subj->getCommunication(id) == dynamic_cast<CommunicationChannel *>(bus)); in setupBus()