Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused components - fft, station_data, diag_manager/diag_manifest.F90 #199

Merged
merged 21 commits into from
Jan 23, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c5c068d
Update configure.ac to check for netcdf
underwoo Oct 2, 2019
4becbb3
Add m4 macros for checking netcdf
underwoo Oct 2, 2019
a96fd4a
Update autoconfig build to correctly check netcdf headers and libraries
underwoo Oct 4, 2019
b7ae281
Fix configure errors, and expand travis tests
underwoo Oct 5, 2019
148b3a1
Fix travis tests
underwoo Oct 5, 2019
133500f
Fix disable-setting-flags travis build
underwoo Oct 5, 2019
d23bd30
Fix m4/gx_fortran_options.m4 to revert FCFLAGS after test
underwoo Oct 9, 2019
841333d
Add package config file
underwoo Oct 9, 2019
254ae58
Merge branch 'no.fortran.tabs' into autotools.netcdf
underwoo Oct 9, 2019
0c0a9cb
Use correct c abs function for all variable types
underwoo Oct 9, 2019
ec4427a
Merge branch 'fix.c.abs' into autotools.netcdf
underwoo Oct 9, 2019
7771c17
Merge branch 'no.fortran.tabs' into autotools.netcdf
underwoo Oct 15, 2019
ca4b33f
Remove circular dependence on mpp_efp.o and mpp_efp_mod.mod
underwoo Oct 15, 2019
496cdd1
Remove station_data and diag_manifest
underwoo Oct 30, 2019
69808fe
Remove diag_manifest.F90
underwoo Oct 30, 2019
7229d50
Remove station_data
underwoo Oct 30, 2019
25b34c3
Remove fft from libFMS
underwoo Nov 1, 2019
fe84bbc
Merge master into remove.unused.components
underwoo Jan 10, 2020
e308bb9
Remove header information from PR template
underwoo Jan 10, 2020
a6ecad5
Change --with-openmp to --enable-openmp in configure
underwoo Jan 10, 2020
388e7b5
Merge branch 'master' into remove.unused.components
wrongkindofdoctor Jan 23, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into remove.unused.components
  • Loading branch information
wrongkindofdoctor authored Jan 23, 2020
commit 388e7b51f6365d7c02c1f821dcf0bcce929d4094
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ AC_CONFIG_FILES([Makefile
test_fms/field_manager/Makefile
test_fms/axis_utils/Makefile
test_fms/mosaic/Makefile
test_fms/affinity/Makefile
FMS.pc
])
AC_OUTPUT()
4 changes: 2 additions & 2 deletions test_fms/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ ACLOCAL_AMFLAGS = -I m4
# Make targets will be run in each subdirectory. Order is significant.
SUBDIRS = diag_manager data_override exchange monin_obukhov drifters \
mosaic interpolator fms fms2_io mpp mpp_io time_interp time_manager \
horiz_interp field_manager axis_utils
horiz_interp field_manager axis_utils affinity

# This input file must be distributed, it is turned into
# test_common.sh by configure.
EXTRA_DIST = test_common.sh.in
EXTRA_DIST = test_common.sh.in
You are viewing a condensed version of this merge commit. You can view the full changes here.