Skip to content

Commit

Permalink
removed testing statements
Browse files Browse the repository at this point in the history
  • Loading branch information
brtnfld committed Nov 13, 2024
1 parent a8b7940 commit 936b353
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ubuntu_mpich.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
--disable-tests \
--disable-fortran \
--disable-cxx \
--enable-shared --disable-static \
CC=${GITHUB_WORKSPACE}/MPICH/bin/mpicc
make -s LIBTOOLFLAGS=--silent V=1 -j 4 install > qout 2>&1
make -s -j 4 distclean >> qout 2>&1
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ubuntu_openmpi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ jobs:
--disable-tests \
--disable-fortran \
--disable-cxx \
--enable-shared --disable-static \
CC=mpicc
make -s LIBTOOLFLAGS=--silent V=1 -j 4 install > qout 2>&1
make -s -j 4 distclean >> qout 2>&1
Expand Down
10 changes: 2 additions & 8 deletions tests/external/hdf5_iotest/config.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rm -rf build
mkdir build
cd build
# The h5(p)cc wrapper correctly parses the hdf5-iotest compile command
# only in HDF5 versions >= 2.0.0${HDF5_ROOT}/bin/h5pcc
# only in HDF5 versions >= 2.0.0
CC_DEF=${HDF5_ROOT}/bin/h5pcc
if grep -q "#define H5_VERS_MAJOR 1" ${HDF5_ROOT}/include/H5public.h; then
CC_DEF=$(${HDF5_ROOT}/bin/h5pcc -show | head -n1 | awk '{print $1;}')
Expand All @@ -24,12 +24,6 @@ if grep -q "#define H5_VERS_MAJOR 1" ${HDF5_ROOT}/include/H5public.h; then
export LIBS="-lhdf5"
fi

echo "${CC_DEF}"
echo "$LD_LIBRARY_PATH"

../hdf5-iotest/configure \
CC=${CC_DEF} \
CFLAGS="@CFLAGS@"

ls -aolF
cat config.log
CFLAGS="@CFLAGS@"

0 comments on commit 936b353

Please sign in to comment.