Home
last modified time | relevance | path

Searched refs:test_mumps_ooc_api (Results 1 – 1 of 1) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex52.c38 PetscBool flg_mumps = PETSC_FALSE, flg_mumps_ch = PETSC_FALSE, test_mumps_ooc_api = PETSC_FALSE; in main() local
380 PetscCall(PetscOptionsGetBool(NULL, NULL, "-test_mumps_ooc_api", &test_mumps_ooc_api, NULL)); in main()
381 if (test_mumps_ooc_api) { in main()
444 if (test_mumps_ooc_api) { in main()
461 if (test_mumps_ooc_api && rank == 0) PetscCall(PetscRMTree(tmpdir)); in main()