Searched refs:mpilibraryversion (Results 1 – 1 of 1) sorted by relevance
823 char mpilibraryversion[MPI_MAX_LIBRARY_VERSION_STRING]; in PetscInitialize_Common() local826 PetscCallMPI(MPI_Get_library_version(mpilibraryversion, &mpilibraryversionlength)); in PetscInitialize_Common()834 PetscCall(PetscStrstr(mpilibraryversion, "MPICH Version:", &ver)); in PetscInitialize_Common()843 …ry version \n%s does not match what PETSc was compiled with %s.\n", mpilibraryversion, MPICH_VERSI… in PetscInitialize_Common()858 PetscCall(PetscStrstr(mpilibraryversion, ompistr1[i], &ver)); in PetscInitialize_Common()867 …version \n%s does not match what PETSc was compiled with %d.%d.\n", mpilibraryversion, PETSC_PKG_O… in PetscInitialize_Common()