From 181373a76b2b1c32baffc33de5575df3423cd59e Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Wed, 26 Aug 2020 11:23:03 -0600 Subject: [PATCH] fixing docs, cleanup of test workflow --- .github/workflows/a3.yml | 24 +++++++++++------------- src/flib/pionfget_mod.F90.in | 10 +++++----- 2 files changed, 16 insertions(+), 18 deletions(-) diff --git a/.github/workflows/a3.yml b/.github/workflows/a3.yml index a79f3962c98..6f326b86a3a 100644 --- a/.github/workflows/a3.yml +++ b/.github/workflows/a3.yml @@ -117,6 +117,17 @@ jobs: make sudo make install popd + - name: autotools build + run: | + set -x + echo 'export PATH=/home/runner/openmpi/bin:$PATH' > .bashrc + source .bashrc + export PATH="/home/runner/openmpi/bin:$PATH" + export CC=/home/runner/openmpi/bin/mpicc + autoreconf -i + ./configure --with-mpiexec='mpiexec --oversubscribe' + which mpiexec + make check - name: cmake build run: | set -x @@ -130,19 +141,6 @@ jobs: make VERBOSE=1 make tests VERBOSE=1 ctest -VV - - name: autotools build - run: | - set -x - echo 'export PATH=/home/runner/openmpi/bin:$PATH' > .bashrc - echo $'alias mpiexec=\'mpiexec --oversubscribe\'' >> .bashrc - cat .bashrc - source .bashrc - export PATH="/home/runner/openmpi/bin:$PATH" - export CC=/home/runner/openmpi/bin/mpicc - autoreconf -i - ./configure --with-mpiexec='mpiexec --oversubscribe' - which mpiexec - make check diff --git a/src/flib/pionfget_mod.F90.in b/src/flib/pionfget_mod.F90.in index fd98155e9b5..795538799eb 100644 --- a/src/flib/pionfget_mod.F90.in +++ b/src/flib/pionfget_mod.F90.in @@ -202,7 +202,7 @@ CONTAINS !> !! @public !! @ingroup PIO_get_var -!! @brief Writes an netcdf attribute to a file +!! @brief Writes data to a file !! @details !! @param File @ref file_desc_t !! @param vardesc @ref var_desc_t @@ -228,7 +228,7 @@ CONTAINS !> !! @public !! @ingroup PIO_get_var -!! @brief Writes an netcdf attribute to a file +!! @brief Gets data from a file !! @details !! @param File @ref file_desc_t !! @param varid : The netcdf variable identifier @@ -276,7 +276,7 @@ CONTAINS !> !! @public !! @ingroup PIO_get_var -!! @brief Writes an netcdf attribute to a file +!! @brief Gets data from a file !! @details !! @param File @ref file_desc_t !! @param vardesc @ref var_desc_t @@ -316,7 +316,7 @@ CONTAINS !> !! @public !! @ingroup PIO_get_var -!! @brief Writes an netcdf attribute to a file +!! @brief Gets data from a file !! @details !! @param File @ref file_desc_t !! @param varid : The netcdf variable identifier @@ -449,7 +449,7 @@ CONTAINS !> !! @public !! @ingroup PIO_get_var -!! @brief Writes an netcdf attribute to a file +!! @brief Gets data from a file !! @details !! @param File @ref file_desc_t !! @param vardesc @ref var_desc_t