MatMumpsGetOocTmpDir#

Get MUMPS out-of-core OOC_TMPDIR https://mumps-solver.org/index.php?page=doc

Synopsis#

#include "petscmat.h"  
PetscErrorCode MatMumpsGetOocTmpDir(Mat F, const char **tmpdir)

Logically Collective

Input Parameter#

Output Parameter#

  • tmpdir - temporary directory for out-of-core facility.

Note#

The returned string is read-only and user should not try to change it.

See Also#

Matrices, Mat, MatGetFactor(), MatMumpsSetOocTmpDir, 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