Searched refs:alg_scalable (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpimatmatmult.c | 2177 PetscBool alg_scalable_loc = PETSC_FALSE, alg_scalable; in MatProductSetFromOptions_MPIAIJ_AB() local 2184 PetscCallMPI(MPIU_Allreduce(&alg_scalable_loc, &alg_scalable, 1, MPI_C_BOOL, MPI_LOR, comm)); in MatProductSetFromOptions_MPIAIJ_AB() 2186 if (alg_scalable) { in MatProductSetFromOptions_MPIAIJ_AB() 2243 PetscBool alg_scalable_loc = PETSC_FALSE, alg_scalable; in MatProductSetFromOptions_MPIAIJ_AtB() local 2250 PetscCallMPI(MPIU_Allreduce(&alg_scalable_loc, &alg_scalable, 1, MPI_C_BOOL, MPI_LOR, comm)); in MatProductSetFromOptions_MPIAIJ_AtB() 2252 if (alg_scalable) { in MatProductSetFromOptions_MPIAIJ_AtB() 2308 PetscBool alg_scalable_loc = PETSC_FALSE, alg_scalable; in MatProductSetFromOptions_MPIAIJ_PtAP() local 2315 PetscCallMPI(MPIU_Allreduce(&alg_scalable_loc, &alg_scalable, 1, MPI_C_BOOL, MPI_LOR, comm)); in MatProductSetFromOptions_MPIAIJ_PtAP() 2317 if (alg_scalable) { in MatProductSetFromOptions_MPIAIJ_PtAP()
|