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 5f190e8 commit 5b7f801
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 21 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ endif
SUBDIRS = src tests examples ${DOC} scripts cmake

# Add these files to the distribution.
EXTRA_DIST = CMakeLists.txt set_flags.am COPYRIGHT cmake_config.h.in \
EXTRA_DIST = CMakeLists.txt COPYRIGHT cmake_config.h.in \
libpio.settings.in
4 changes: 2 additions & 2 deletions examples/f03/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

# Ed Hartnett 7/17/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

AM_FCFLAGS = -I$(top_srcdir)/src/flib

Expand Down
1 change: 1 addition & 0 deletions examples/f03/examplePio.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include "config.h"
!> @file
!! A simple Fortran example for the ParallelIO Library.
module pioExample
Expand Down
18 changes: 0 additions & 18 deletions set_flags.am

This file was deleted.

0 comments on commit 5b7f801

Please sign in to comment.