|
PICurv 0.1.0
A Parallel Particle-In-Cell Solver for Curvilinear LES
|
C unit tests for PETSc installation and environment readiness checks. More...
Go to the source code of this file.
Macros | |
| #define | PICURV_TEST_ERR_ENVIRONMENT PETSC_ERR_USER_INPUT |
Functions | |
| static PetscErrorCode | TestEnvironmentVisible (void) |
| Tests that the PETSc/MPI environment is visible to the binary. | |
| static PetscErrorCode | TestBasicPetscObjects (void) |
| Tests creation of basic PETSc objects during install checks. | |
| int | main (int argc, char **argv) |
| Runs the doctor/install-check PETSc test binary. | |
C unit tests for PETSc installation and environment readiness checks.
Definition in file test_install_check.c.
| #define PICURV_TEST_ERR_ENVIRONMENT PETSC_ERR_USER_INPUT |
Definition at line 13 of file test_install_check.c.
|
static |
Tests that the PETSc/MPI environment is visible to the binary.
Definition at line 19 of file test_install_check.c.
|
static |
Tests creation of basic PETSc objects during install checks.
Definition at line 32 of file test_install_check.c.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Runs the doctor/install-check PETSc test binary.
Definition at line 67 of file test_install_check.c.