Skip to content

Commit

Permalink
Log GNU parallel version. Fix serial test Glibc checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
ohearnk committed Oct 28, 2024
1 parent 1668e5f commit 7570798
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/build_test_serial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@ jobs:
uname -a
echo
ldd --version
dpkg -l | grep ^ii | grep -i glibc
echo
echo "GCC (gfortran) version:"
gfortran --version
echo
echo "GNU Parallel version:"
parallel --version
- name: 'Configure Serial Version'
run: ./configure --serial --enablef --prefix $PWD/install gnu
- name: 'Build and Install Serial Version Using 2 Jobs'
Expand Down Expand Up @@ -69,13 +71,15 @@ jobs:
uname -a
echo
ldd --version
dpkg -l | grep ^ii | grep -i glibc
echo
echo "GCC (gfortran) version:"
gfortran --version
echo
echo "CMake version:"
cmake --version
echo
echo "GNU Parallel version:"
parallel --version
- name: 'Configure Serial Version (CMake)'
run: |
mkdir build
Expand Down

0 comments on commit 7570798

Please sign in to comment.