Skip to content

Commit

Permalink
trying cmake change
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett committed Jul 12, 2019
1 parent 7692571 commit 31e6c8c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/flib/piolib_mod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ module piolib_mod
PIO_deletefile, &
PIO_get_numiotasks, &
PIO_iotype_available, &
#ifdef NETCDF_INTEGRATION
nf_init_intracom, &
#endif
PIO_set_rearr_opts

!-----------------------------------------------------------------------
Expand Down Expand Up @@ -133,6 +136,12 @@ module piolib_mod
module procedure setframe
end interface PIO_setframe

#ifdef NETCDF_INTEGRATION
interface nf_init_intracom
module procedure nf_init_intracom
end interface nf_init_intracom
#endif

!>
!! Increment the record number for a future read/write of distributed
!! arrays (see @ref PIO_write_darray, @ref PIO_read_darray).
Expand Down

0 comments on commit 31e6c8c

Please sign in to comment.