Skip to content

Commit

Permalink
Merge pull request ESMCI#1429 from NCAR/ejh_genf90
Browse files Browse the repository at this point in the history
Starting to generate .F90 files from .F90.in files
  • Loading branch information
edhartnett authored May 17, 2019
2 parents 37be328 + 74d7c47 commit 81aedfa
Show file tree
Hide file tree
Showing 6 changed files with 408 additions and 1,014 deletions.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ if BUILD_DOCS
DOC = doc
endif

SUBDIRS = src tests examples ${DOC}
SUBDIRS = src tests examples ${DOC} scripts

EXTRA_DIST = CMakeLists.txt set_flags.am
5 changes: 3 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ fi
AM_CONDITIONAL([HAVE_PAPI], [test "x$have_papi" = xyes])

AC_CONFIG_FILES(src/flib/piodarray.F90:src/flib/piodarray.F90.in2)
AC_CONFIG_FILES(src/flib/pionfatt_mod.F90:src/flib/pionfatt_mod.F90.in2)
#AC_CONFIG_FILES(src/flib/pionfatt_mod.F90:src/flib/pionfatt_mod.F90.in2)
AC_CONFIG_FILES(src/flib/pionfget_mod.F90:src/flib/pionfget_mod.F90.in2)
AC_CONFIG_FILES(src/flib/pionfput_mod.F90:src/flib/pionfput_mod.F90.in2)

Expand All @@ -236,4 +236,5 @@ AC_OUTPUT(Makefile
tests/performance/Makefile
doc/Makefile
examples/Makefile
examples/c/Makefile)
examples/c/Makefile
scripts/Makefile)
6 changes: 6 additions & 0 deletions scripts/Makefile.am
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This is part of PIO. It handles the scripts directory which has some
# useful scripts.

# Ed Hartnett 5/17/19

EXTRA_DIST = prune_decomps.pl genf90.pl
Loading

0 comments on commit 81aedfa

Please sign in to comment.