PetscGetTmp#
Gets the name of the tmp directory
Synopsis#
PetscErrorCode PetscGetTmp(MPI_Comm comm, char dir[], size_t len)
Collective
Input Parameters#
comm - MPI_Communicator that may share /tmp
len - length of string to hold name
Output Parameter#
dir - directory name
Options Database Keys#
-shared_tmp - indicates the directory is shared among the MPI ranks
-not_shared_tmp - indicates the directory is not shared among the MPI ranks
-tmp tmpdir - name of the directory you wish to use as /tmp
Environmental Variables#
PETSC_SHARED_TMP
- indicates the directory is shared among the MPI ranksPETSC_NOT_SHARED_TMP
- indicates the directory is not shared among the MPI ranksPETSC_TMP
- name of the directory you wish to use as /tmp
See Also#
PetscSharedTmp()
, PetscSharedWorkingDirectory()
, PetscGetWorkingDirectory()
, PetscGetHomeDirectory()
Level#
developer
Location#
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages