Skip to content

Commit

Permalink
more fortran flag cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Aug 18, 2020
1 parent 7067c63 commit 5f190e8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tests/fncint/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Ed Hartnett 7/3/19

# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am
# Find the pio.mod file.
AM_CPPFLAGS = -I$(top_srcdir)/src/flib

# Link to the PIO Fortran and C libraries.
LDADD = ${top_builddir}/src/flib/libpiof.la ${top_builddir}/src/clib/libpioc.la
Expand Down
4 changes: 2 additions & 2 deletions tests/performance/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
# Parallel builds don't currently work in this directory.
.NOTPARALLEL:

# Put together AM_CPPFLAGS and AM_LDFLAGS.
include $(top_srcdir)/set_flags.am
# Find the pio.mod file.
AM_CPPFLAGS = -I$(top_srcdir)/src/flib

# Link to test util library and PIO Fortran and C libs.
LDADD = $(top_builddir)/src/gptl/libperf_mod.la \
Expand Down
1 change: 1 addition & 0 deletions tests/performance/pioperformance.F90
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "config.h"
#define VARINT 1
!#define VARREAL 1
!#define VARDOUBLE 1
Expand Down

0 comments on commit 5f190e8

Please sign in to comment.