Skip to content

Commit

Permalink
cleanup of flag use in src/flib
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 18, 2020
1 parent 4f80a53 commit 6213867
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/flib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
# The library we are building.
lib_LTLIBRARIES = libpiof.la

AM_CPPFLAGS = -D_NETCDF4 -D_PNETCDF

# These linker flags specify libtool version info.
# See http://www.gnu.org/software/libtool/manual/libtool.html#Libtool-versioning
# for information regarding incrementing `-version-info`.
Expand Down
1 change: 1 addition & 0 deletions src/flib/pio_kinds.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
!! types like integer, character, logical, real4 and real8.
!!
!<
#include "config.h"
module pio_kinds

! uses mpi if available
Expand Down
1 change: 1 addition & 0 deletions src/flib/pio_nf.F90
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "config.h"
!>
!! @file
!! Code to implement the classic netCDF Fortran API in PIO.
Expand Down
1 change: 1 addition & 0 deletions src/flib/pio_support.F90
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "config.h"
!>
!! @file
!! Internal code for compiler workarounds, aborts and debug functions.
Expand Down
1 change: 1 addition & 0 deletions src/flib/pio_types.F90
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "config.h"
!>
!! @file
!! Derived datatypes and constants for PIO Fortran API.
Expand Down
1 change: 1 addition & 0 deletions src/flib/piodarray.F90.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define __PIO_FILE__ 'piodarray'
#include "config.h"
!>
!! @file
!! Read and write routines for decomposed data.
Expand Down
1 change: 1 addition & 0 deletions src/flib/pionfatt_mod.F90.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define __PIO_FILE__ "pionfatt_mod.F90"
#include "config.h"
!>
!! @file
!! @brief NetCDF attribute interface to PIO
Expand Down
1 change: 1 addition & 0 deletions src/flib/pionfget_mod.F90.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define __PIO_FILE__ "pionfget_mod.F90"
#include "config.h"
!>
!! @file
!! @brief Read Routines for non-decomposed NetCDF data.
Expand Down
1 change: 1 addition & 0 deletions src/flib/pionfput_mod.F90.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#define __PIO_FILE__ "pionfput_mod.F90"
#include "config.h"
!>
!! @file
!! @brief Write routines for non-decomposed NetCDF data.
Expand Down

0 comments on commit 6213867

Please sign in to comment.