Home
last modified time | relevance | path

Searched refs:GetCommSize (Results 1 – 17 of 17) sorted by relevance

/dports/cad/gmsh/gmsh-4.9.2-source/Solver/
H A DdofManager.cpp22 recvBuf(Msg::GetCommSize()); in scatterSolution()
24 reqSend(Msg::GetCommSize()); in scatterSolution()
25 for(int i = 0; i < Msg::GetCommSize(); i++) { in scatterSolution()
58 parentByProc.resize(Msg::GetCommSize()); in _parallelFinalize()
59 ghostByProc.resize(Msg::GetCommSize()); in _parallelFinalize()
73 int *nRequest = new int[Msg::GetCommSize()]; in _parallelFinalize()
74 int *nRequested = new int[Msg::GetCommSize()]; in _parallelFinalize()
82 int **recv1 = new int *[Msg::GetCommSize()]; in _parallelFinalize()
84 int **send1 = new int *[Msg::GetCommSize()]; in _parallelFinalize()
89 for(int i = 0; i < Msg::GetCommSize(); i++) { in _parallelFinalize()
[all …]
H A DlinearSystemPETSc.hpp93 if(Msg::GetCommSize() > 1) { in _assembleMatrixIfNeeded()
98 if((sumValue > 0) && (sumValue < Msg::GetCommSize())) { in _assembleMatrixIfNeeded()
216 if(Msg::GetCommRank() != Msg::GetCommSize() - 1) { in allocate()
353 if(Msg::GetCommSize() > 1) { in zeroMatrix()
358 if((sumValue >= 0) && (sumValue < Msg::GetCommSize()) && in zeroMatrix()
/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DEigenSolve_SLEPC.cpp143 if(Message::GetCommSize() > 1){ in _storeEigenVectors()
274 if(Message::GetCommSize() == 1){ in _storeEigenVectors()
300 if(Message::GetCommSize() == 1){ in _storeEigenVectors()
327 if(Message::GetCommSize() > 1){ in _storeEigenVectors()
334 if(Message::GetCommSize() > 1){ in _storeEigenVectors()
350 if(Message::GetCommSize() > 1){ in _storeExpansion()
389 if(Message::GetCommSize() == 1){ in _storeExpansion()
407 if(Message::GetCommSize() == 1){ in _storeExpansion()
422 if(Message::GetCommSize() > 1){ in _storeExpansion()
H A DOperation_Broadcast.cpp36 int commsize = Message::GetCommSize(); in Operation_CheckVariables()
151 int commsize = Message::GetCommSize(); in Operation_BroadcastFieldsGeneric()
236 int commsize = Message::GetCommSize(); in Operation_GatherVariables()
439 int commsize = Message::GetCommSize(); in Operation_ScatterVariables()
641 int commsize = Message::GetCommSize(); in Operation_BroadcastVariables()
H A DMainKernel.cpp635 Message::GetCommSize(), Message::GetCommSize() > 1 ? "s" : "", in MainKernel()
H A DOperation_IterativeLinearSolver.cpp53 static int GetCommSize(){ return _commSize; } in GetCommSize() function in ILS
155 int mpi_comm_size = Message::GetCommSize(); in InitData()
417 if(Message::GetCommSize() == 1) // serial: all views are available to everyone in PViewBCast()
1007 int mpi_comm_size = Message::GetCommSize(); in Operation_IterativeLinearSolver()
H A DLinAlg_PETSC.cpp162 if(Message::GetCommSize() > 1 && MyComm != PETSC_COMM_SELF){ in LinAlg_CreateVector()
228 if(Message::GetCommSize() > 1){ // FIXME: alloc full lines... in LinAlg_CreateMatrix()
545 if(Message::GetCommSize() == 1) return true; in _isInLocalRange()
571 if(Message::GetCommSize() == 1) return true; in _isInLocalRange()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A DGmshRemote.cpp138 int nbDaemon = Msg::GetCommSize(); in gatherAndSendVertexArrays()
174 int nbDaemon = Msg::GetCommSize(); in GmshRemote()
H A DGmshGlobal.cpp261 Msg::GetCommandLineFull().c_str(), GMSH_VERSION, Msg::GetCommSize(), in StartupMessage()
262 Msg::GetCommSize() > 1 ? "s" : "", Msg::GetMaxThreads(), in StartupMessage()
H A DGmshMessage.h82 static int GetCommSize();
H A DGmshMessage.cpp228 int Msg::GetCommSize() in GetCommSize() function in Msg
/dports/science/chrono/chrono-7.0.1/src/chrono_distributed/physics/
H A DChSystemDistributed.h56 int GetCommSize() const { return num_ranks; } in GetCommSize() function
/dports/science/getdp/getdp-3.4.0-source/Common/
H A DMessage.h55 static int GetCommSize(){ return _commSize; } in GetCommSize() function
/dports/cad/gmsh/gmsh-4.9.2-source/Parser/
H A DGmsh.y5387 | tMPI_Size { $$ = Msg::GetCommSize(); }
H A DGmsh.tab.cpp13127 { (yyval.d) = Msg::GetCommSize(); ;}
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProParser.y9371 | tMPI_Size { $$ = Message::GetCommSize(); }
H A DProParser.tab.cpp19660 { (yyval.d) = Message::GetCommSize(); ;}