forked from ufs-community/UFS_UTILS
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature/cmake2 #7
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open new branch. Add cmake build for sfc_climo_gen.
Update to build sfc_climo_gen on hera.
Update orog program to use cmake.
…S into feature/cmake2
Update build per Rahul's recommendation. What I was doing was non-standard.
Updates to build the 'shave' program using cmake.
Update use of netcdf find_package per Rahul's recommendation.
Per Rahul, remove netcdf include definitions in the target_input_directories() of each programs CMakeLists.txt.
Update filter_topo program build to use cmake.
Cleanup filter_topo source directory.
Update 'make_solo_mosaic' build to use cmake.
Update for Rahul's new version of FindNetCDF.cmake.
Point to my latest cmake branch.
Update to build on Hera.
Update to compile on Jet.
New module for building on cray.
Point to the latest cmake branch, which contains Rahul's fix for FindNetcdf on Cray.
Update nemsio utilities to build with cmake.
Update global_cycle build to use cmake. Update to parallel v4.7 of netcdf as required by cycle.
Update to use parallel netcdf on Hera required by global_cycle.
Point to latest commit of my cmake repo branch.
Updates to build nst_tf_chg program using cmake.
Updates to build serial chgres with cmake.
Point to latest version of cmake branch.
Update Dell build module for global_chgres.
Updates to jet build module for global_chgres.
Update Cray build module for global_chgres.
Update snow2mdl build to use cmake.
Update to build ice blend program using cmake.
Update jet build module.
Update cray build module for emcsfc programs.
Update to dell build module for emcsfc programs.
Update Cray build module for emcsfc. Some cleanup.
Clean up old build files.
Combined fre-nctools 'shared' libaries into one and build with cmake. Link 'make_hgrid' and 'make_solo_mosaic' builds to this combined 'shared' library.
Use target_compile_definitions
CMake fixes from Kyle concerning the new shared_all library.
Minor corrections to build fre-nctools.
Clean up old build stuff from fre-nctools.
Add fregrid program to the cmake build. Lots of cleanup.
Add build module for Orion.
Update .gitmodules to use https protocol.
Updates from Dusan so global_chgres can be compiled on a linux box.
Point to new FindNetCDF.cmake with fixes for Orion.
Updates to nemsio utilities to compile with gnu.
Cleanup intel compiler options for all programs.
Update nst_tf_chg and orog build for gnu. Incorporate Dusan's updates to ./orog.fd/mtnlm7_oclsm.f for gnu.
Update to build 'emcsfc' and 'fre-nctools' using gnu compiler.
Updates to global_chgres and global_cycle's CMakeLists.txt files for compiling with GNU.
Updates to build sfc_climo_gen and chgres_cube with GNU. Remove unused chgres_cube files. Remove compilation of affinity.c from shared_lib.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The 'cmake2' branch was created from branch 'cmake' as a sandbox to update all of ufs_utils using cmake. Since it seems to be working, merge back to the original 'cmake' branch.