PetscErrorCode PetscSharedWorkingDirectory(MPI_Comm comm,PetscBool *shared)Collective
-shared_working_directory | - - -not_shared_working_directory |
Assumes that all processors in a communicator either 1) have a common working directory or 2) each has a separate working directory eventually we can write a fancier one that determines which processors share a common working directory.
This will be very slow on runs with a large number of processors since it requires O(p*p) file opens.
PETSC_SHARED_WORKING_DIRECTORY | - . PETSC_NOT_SHARED_WORKING_DIRECTORY |