Lines Matching refs:is_omp_master
535 if (mumps->is_omp_master) { \
612 PetscBool is_omp_master; /* is this rank the master of omp_comm */ member
1850 if (mumps->is_omp_master) { in MatMumpsSetUpDistRHSInfo()
1897 if (mumps->is_omp_master) { in MatMumpsSetUpDistRHSInfo()
2390 if (mumps->is_omp_master) PetscCall(PetscMalloc1(osize, &mumps->recvcount)); in MatMumpsGatherNonzerosOnMaster()
2394 if (mumps->is_omp_master) { in MatMumpsGatherNonzerosOnMaster()
2409 if (mumps->is_omp_master) { in MatMumpsGatherNonzerosOnMaster()
2467 if (mumps->is_omp_master) { in MatMumpsGatherNonzerosOnMaster()
2568 if (!mumps->is_omp_master) mumps->id.INFO(23) = 0; in MatFactorNumeric_MUMPS()
2630 …cOmpCtrlGetOmpComms(mumps->omp_ctrl, &mumps->omp_comm, &mumps->mumps_comm, &mumps->is_omp_master)); in MatSetFromOptions_MUMPS()
2638 mumps->is_omp_master = PETSC_TRUE; in MatSetFromOptions_MUMPS()