Skip to content

Commit

Permalink
Merge branch 'master' into ejh_ncint_fortran
Browse files Browse the repository at this point in the history
  • Loading branch information
edhartnett authored Jul 12, 2019
2 parents b4882a3 + 213084b commit 70a219c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/flib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ endif ()

# Include flib source and binary directories (for Fortran modules)
target_include_directories (piof
PUBLIC ${CMAKE_BINARY_DIR}
PUBLIC ${CMAKE_CURRENT_SOURCE_DIR}
PUBLIC ${CMAKE_CURRENT_BINARY_DIR})

Expand Down
3 changes: 3 additions & 0 deletions src/flib/pio.F90
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ module pio
pio_freedecomp, pio_syncfile, &
pio_finalize, pio_set_hint, pio_getnumiotasks, pio_file_is_open, &
PIO_deletefile, PIO_get_numiotasks, PIO_iotype_available, &
!#ifdef NETCDF_INTEGRATION
! nf_init_intracom, &
!#endif
pio_set_rearr_opts
! #ifdef NETCDF_INTEGRATION
! nf_init_intracom, &
Expand Down

0 comments on commit 70a219c

Please sign in to comment.