Skip to content

Commit

Permalink
more fortran doc work
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Sep 15, 2020
1 parent d751d49 commit d23ae96
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/flib/piolib_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@
!! Define a new decomposition of variables to distributed arrays in
!! Fortran.
!!
!! Use the generic function PIO_initdecomp() to call the underlying Fortran functions.
!!
!! - PIO_initdecomp_dof_i4()
!! - PIO_initdecomp_dof_i8()
!! - initdecomp_1dof_nf_i4()
!! - initdecomp_1dof_nf_i8()
!! - initdecomp_1dof_bin_i4()
!! - initdecomp_1dof_bin_i8()
!! - initdecomp_2dof_nf_i4()
!! - initdecomp_2dof_nf_i8()
!!
!! @defgroup PIO_getnumiotasks Get Number IO Tasks
!! Get the number of IO tasks in Fortran.
!!
Expand All @@ -74,6 +85,12 @@
!! @defgroup PIO_seterrorhandling Error Handling for Fortran
!! Set the behavior if an error is encountered in Fortran.
!!
!! Use the generic functions to call the underlying Fortran functions.
!!
!! Generic Function | Function(s)
!! ---------------- | -----------
!! PIO_seterrorhandling() | seterrorhandlingfile(), seterrorhandlingiosystem(), seterrorhandlingiosysid()
!!
!! @defgroup PIO_get_local_array_size Get Local Array Size
!! Get the local size of the distributed array in a decomposition in
!! Fortran.
Expand Down

0 comments on commit d23ae96

Please sign in to comment.