:orphan: # PetscFClose Has MPI rank 0 in the communicator close a file (usually obtained with `PetscFOpen()`; all others do nothing. ## Synopsis ``` PetscErrorCode PetscFClose(MPI_Comm comm, FILE *fd) ``` Logically Collective; No Fortran Support ## Input Parameters - ***comm -*** the MPI communicator - ***fd -*** the file, opened with `PetscFOpen()` ## See Also `PetscFOpen()` ## Level developer ## Location src/sys/fileio/mpiuopen.c ## Examples src/ksp/ksp/tutorials/ex43.c
src/ksp/ksp/tutorials/ex49.c
--- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/sys/fileio/mpiuopen.c) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)