From 78dd092ef6bba15322e5896706c9046cd617a06b Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Wed, 19 Aug 2020 06:07:08 -0600 Subject: [PATCH] clean up --- .github/workflows/cmake_ncint.yml | 6 +++++- src/CMakeLists.txt | 2 -- tests/ncint/CMakeLists.txt | 6 ++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cmake_ncint.yml b/.github/workflows/cmake_ncint.yml index d01b44aad82..bf306bef28d 100644 --- a/.github/workflows/cmake_ncint.yml +++ b/.github/workflows/cmake_ncint.yml @@ -1,4 +1,8 @@ -name: cmake_ncint +# This is the GitHub workflow file to build and test the PIO library with CMake, and netCDF integration. + +# Ed Hartnett 8/19/20 + + name: cmake_ncint on: push: diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 1b76351a681..8f481196e42 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -45,5 +45,3 @@ if (PIO_ENABLE_FORTRAN) set(FCFLAGS ${FCFLAGS} PARENT_SCOPE) set(FPPFLAGS ${FPPFLAGS} PARENT_SCOPE) endif () - - diff --git a/tests/ncint/CMakeLists.txt b/tests/ncint/CMakeLists.txt index 2df85384140..69421efde0a 100644 --- a/tests/ncint/CMakeLists.txt +++ b/tests/ncint/CMakeLists.txt @@ -1,3 +1,9 @@ +# This is part of the PIO library. +# +# This is the cmake file to build the test directory for netCDF integration. +# +# Ed Hartnett 8/19/20 + include (LibMPI) include_directories("${CMAKE_SOURCE_DIR}/tests/ncint")