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#

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#

src/mat/impls/aij/mpi/mumps/mumps.c

Examples#

src/ksp/ksp/tutorials/ex52.c


Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages