MatMumpsSetOocTmpDir#
Set MUMPS out-of-core OOC_TMPDIR https://mumps-solver.org/index.php?page=doc
Synopsis#
#include "petscmat.h"
PetscErrorCode MatMumpsSetOocTmpDir(Mat F, const char *tmpdir)
Logically Collective
Input Parameters#
F - the factored matrix obtained by calling
MatGetFactor()with aMatSolverTypeofMATSOLVERMUMPSand aMatFactorTypeofMAT_FACTOR_LUorMAT_FACTOR_CHOLESKY.tmpdir - temporary directory for out-of-core facility.
Note#
To make it effective, this routine must be called before the numeric factorization, i.e., PCSetUp().
If ooc_tmpdir is not set, MUMPS will also check the environment variable MUMPS_OOC_TMPDIR. But if neither was defined, it will use /tmp by default.
See Also#
Matrices, Mat, MatGetFactor(), MatMumpsGetOocTmpDir, MatMumpsSetIcntl(), MatMumpsGetIcntl(), MatMumpsSetCntl(), MatMumpsGetInfo(), MatMumpsGetInfog(), MatMumpsGetRinfo(), MatMumpsGetRinfog()
Level#
beginner
Location#
Examples#
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages