Lines Matching refs:version
3 # Checking the PETSc version
5 The PETSc version
9 …commands `make getversion` or `$PETSC_DIR/lib/petsc/bin/petscversion` prints out the PETSc version.
16 …s to make files, CMake files, configure scripts etc, to ensure the PETSc version is compatible wit…
22 returns 1 if the PETSc version is 3.22 (any subminor version is allowed). While
28 returns 1 if the PETSc version is 3.21 or higher.
41 prints out 1 if the PETSc version matches `xxx.yyy[.zzz]` and 0 otherwise. The command works in a s…
43 to check if the PETSc version is compatible with application even before beginning to compile your …
55 …used in the source code to choose different code paths or error out depending on the PETSc version.
62 char version(lengthofversion);
63 PetscErrorCode PetscGetVersion(char version[], size_t lengthofversion)
66 gives access to the version at runtime.