PetscFClose#
Has MPI rank 0 in the communicator close a file (usually obtained with PetscFOpen()
; all others do nothing.
Synopsis#
#include "petscsys.h"
PetscErrorCode PetscFClose(MPI_Comm comm, FILE *fd)
Logically Collective
Input Parameters#
comm - the MPI communicator
fd - the file, opened with
PetscFOpen()
See Also#
Level#
developer
Location#
Examples#
src/ksp/ksp/tutorials/ex49.c
src/ksp/ksp/tutorials/ex43.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages