diff --git a/.github/workflows/fbsd-d.yml b/.github/workflows/fbsd-d.yml index aa321e9..acb6008 100644 --- a/.github/workflows/fbsd-d.yml +++ b/.github/workflows/fbsd-d.yml @@ -2,7 +2,7 @@ name: fbsd d on: push: - branches: main + branches: main- jobs: test: diff --git a/.github/workflows/fbsd.yml b/.github/workflows/fbsd.yml index 1c7fc4e..7d534d8 100644 --- a/.github/workflows/fbsd.yml +++ b/.github/workflows/fbsd.yml @@ -33,7 +33,7 @@ jobs: mkdir build cd build cmake \ - -DSITE:STRING=fbsd-14.0 \ + -DSITE:STRING=fbsd14 \ -DBUILDNAME:STRING="5/r" \ -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" \ -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" \ diff --git a/.github/workflows/lin-d.yml b/.github/workflows/lin-d.yml index 4ba173e..33ca4f5 100644 --- a/.github/workflows/lin-d.yml +++ b/.github/workflows/lin-d.yml @@ -3,7 +3,7 @@ name: lin d on: push: branches: - - main + - main- jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/lin-icx-d.yml b/.github/workflows/lin-icx-d.yml index ee2a81b..a45f734 100644 --- a/.github/workflows/lin-icx-d.yml +++ b/.github/workflows/lin-icx-d.yml @@ -3,7 +3,7 @@ name: lin icx d on: push: branches: - - main + - main- jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/lin-icx.yml b/.github/workflows/lin-icx.yml index 7f79736..0d7bfb4 100644 --- a/.github/workflows/lin-icx.yml +++ b/.github/workflows/lin-icx.yml @@ -3,7 +3,7 @@ name: lin icx on: push: branches: - - main + - main- jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/lin.yml b/.github/workflows/lin.yml index 2e71dbb..f3fad50 100644 --- a/.github/workflows/lin.yml +++ b/.github/workflows/lin.yml @@ -3,7 +3,7 @@ name: lin on: push: branches: - - main + - main- jobs: build: runs-on: ubuntu-latest diff --git a/.github/workflows/lin20.yml b/.github/workflows/lin20.yml index f071ad6..9eb42c0 100644 --- a/.github/workflows/lin20.yml +++ b/.github/workflows/lin20.yml @@ -16,5 +16,5 @@ jobs: cd hdf5-1.14.5-2 mkdir build cd build - cmake -DSITE:STRING="ubu-20.04" -DBUILDNAME:STRING="5/r" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" .. + cmake -DSITE:STRING="ubu20" -DBUILDNAME:STRING="5/r" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" .. ctest -D Experimental -C Release diff --git a/.github/workflows/mac11-d.yml b/.github/workflows/mac11-d.yml deleted file mode 100644 index dc19f3b..0000000 --- a/.github/workflows/mac11-d.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: mac-11 d - -on: - push: - branches: main - -jobs: - build: - name: Test snapshot - runs-on: macos-11 - steps: - - name: test - run: | - curl -O -L https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/snapshot-1.14.5.tar.gz - tar zxvf snapshot-1.14.5.tar.gz - cd hdf5-1.14.5-2 - mkdir build - cd build - cmake -DSITE:STRING="mac-11" -DBUILDNAME:STRING="5/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" .. - ctest -D Experimental -C Debug diff --git a/.github/workflows/mac11.yml b/.github/workflows/mac11.yml deleted file mode 100644 index 47a1d29..0000000 --- a/.github/workflows/mac11.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: mac-11 - -on: - push: - branches: main - -jobs: - build: - name: Test snapshot - runs-on: macos-11 - steps: - - name: test - run: | - curl -O -L https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/snapshot-1.14.5.tar.gz - tar zxvf snapshot-1.14.5.tar.gz - cd hdf5-1.14.5-2 - mkdir build - cd build - cmake -DSITE:STRING="mac11" -DBUILDNAME:STRING="5/r" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" .. - ctest -D Experimental -C Release diff --git a/.github/workflows/mac12-d.yml b/.github/workflows/mac12-d.yml index 4c08711..689aa76 100644 --- a/.github/workflows/mac12-d.yml +++ b/.github/workflows/mac12-d.yml @@ -16,5 +16,5 @@ jobs: cd hdf5-1.14.5-2 mkdir build cd build - cmake -DSITE:STRING="mac-12" -DBUILDNAME:STRING="4/4" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" .. + cmake -DSITE:STRING="mac12" -DBUILDNAME:STRING="5/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" .. ctest -D Experimental -C Debug diff --git a/.github/workflows/mac13-d.yml b/.github/workflows/mac13-d.yml index b77c2b8..ffbf672 100644 --- a/.github/workflows/mac13-d.yml +++ b/.github/workflows/mac13-d.yml @@ -2,7 +2,7 @@ name: mac-13 d on: push: - branches: main + branches: main- jobs: build: diff --git a/.github/workflows/mac14-d.yml b/.github/workflows/mac14-d.yml index 593b126..6af7271 100644 --- a/.github/workflows/mac14-d.yml +++ b/.github/workflows/mac14-d.yml @@ -2,7 +2,7 @@ name: mac-14 d on: push: - branches: main + branches: main- jobs: build: diff --git a/.github/workflows/mac14.yml b/.github/workflows/mac14.yml index 707527c..55167f5 100644 --- a/.github/workflows/mac14.yml +++ b/.github/workflows/mac14.yml @@ -2,7 +2,7 @@ name: mac-14 on: push: - branches: main + branches: main- jobs: build: diff --git a/.github/workflows/nbsd-9.3.yml b/.github/workflows/nbsd-9.3.yml index 0f8275b..507218c 100644 --- a/.github/workflows/nbsd-9.3.yml +++ b/.github/workflows/nbsd-9.3.yml @@ -38,7 +38,7 @@ jobs: mkdir build cd build cmake \ - -DSITE:STRING="nbsd-${{ matrix.os.version }}.${{ matrix.os.architecture }}" \ + -DSITE:STRING="nbsd9" \ -DBUILDNAME:STRING="5/r" \ -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" \ -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" \ diff --git a/.github/workflows/nbsd.yml b/.github/workflows/nbsd.yml index 3c3a7a8..fb38a06 100644 --- a/.github/workflows/nbsd.yml +++ b/.github/workflows/nbsd.yml @@ -44,7 +44,7 @@ jobs: cd build cmake \ -DSITE:STRING="nbsd-${{ matrix.os.version }}.${{ matrix.os.architecture }}" \ - -DBUILDNAME:STRING="4/r" \ + -DBUILDNAME:STRING="5/r" \ -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" \ -DCTEST_DROP_LOCATION_INIT:STRING="/submit.php?project=HDF5" \ .. diff --git a/.github/workflows/obsd-d.yml b/.github/workflows/obsd-d.yml index 4d92387..77a0626 100644 --- a/.github/workflows/obsd-d.yml +++ b/.github/workflows/obsd-d.yml @@ -2,7 +2,7 @@ name: obsd d on: push: - branches: main + branches: main- jobs: test: diff --git a/.github/workflows/win-d.yml b/.github/workflows/win-d.yml index 35259c8..695b599 100644 --- a/.github/workflows/win-d.yml +++ b/.github/workflows/win-d.yml @@ -11,11 +11,11 @@ jobs: - name: get run: | curl -s -O -L https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/snapshot-1.14.5.zip - unzip -q snapshot-1.14.5.zip + unzip -q snapshot-1.14.5.zip - name: test run: | cd hdf5-1.14.5-2 mkdir build cd build - cmake -DSITE:STRING=win -DBUILDNAME:STRING="4/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" .. + cmake -DSITE:STRING=win -DBUILDNAME:STRING="5/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" .. ctest -D Experimental -C Debug diff --git a/.github/workflows/win-icx-f-p.yml b/.github/workflows/win-icx-f-p.yml index f76c0f9..d6ded9a 100644 --- a/.github/workflows/win-icx-f-p.yml +++ b/.github/workflows/win-icx-f-p.yml @@ -64,5 +64,5 @@ jobs: cd hdf5-1.14.5-2 mkdir build cd build - cmake -G Ninja -DCMAKE_C_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/icx.exe" -DCMAKE_CXX_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/icpx.exe" -DBUILD_SHARED_LIBS:BOOL=OFF -DHDF5_BUILD_FORTRAN:BOOL=ON -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_SUBFILING_VFD:BOOL=OFF -DMPIEXEC_EXECUTABLE:FILEPATH="C:\Program Files (x86)\Intel\oneAPI\mpi\2021.13\bin\mpiexec.exe" -DMPI_C_HEADER_DIR:PATH="C:\Program Files (x86)\Intel\oneAPI\mpi\2021.13\include" -DCTEST_DROP_SITE_INIT=my.cdash.org -DSITE=win -DBUILDNAME="ninja/icx/f/p" .. + cmake -G Ninja -DCMAKE_C_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/icx.exe" -DCMAKE_CXX_COMPILER="C:/Program Files (x86)/Intel/oneAPI/compiler/latest/bin/icpx.exe" -DBUILD_SHARED_LIBS:BOOL=OFF -DHDF5_BUILD_FORTRAN:BOOL=ON -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF -DHDF5_ENABLE_SZIP_SUPPORT:BOOL=OFF -DHDF5_ENABLE_SUBFILING_VFD:BOOL=OFF -DMPIEXEC_EXECUTABLE:FILEPATH="C:\Program Files (x86)\Intel\oneAPI\mpi\2021.13\bin\mpiexec.exe" -DMPI_C_HEADER_DIR:PATH="C:\Program Files (x86)\Intel\oneAPI\mpi\2021.13\include" -DCTEST_DROP_SITE_INIT=my.cdash.org -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" -DSITE=win -DBUILDNAME="ninja/icx/f/p" .. ctest -D Experimental diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 9573c25..83329cd 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -3,7 +3,7 @@ name: win on: push: branches: - - main + - main- jobs: build: runs-on: windows-latest diff --git a/.github/workflows/win19-d.yml b/.github/workflows/win19-d.yml index cd0a782..041cb03 100644 --- a/.github/workflows/win19-d.yml +++ b/.github/workflows/win19-d.yml @@ -3,7 +3,7 @@ name: win19 d on: push: branches: - - main- + - main jobs: build: @@ -13,12 +13,12 @@ jobs: run: choco install ninja - name: get run: | - curl -s -O -L https://github.com/HDFGroup/hdf5/archive/refs/tags/snapshot-1.14.zip - unzip -q snapshot-1.14.zip + curl -s -O -L https://support.hdfgroup.org/releases/hdf5/v1_14/v1_14_5/downloads/snapshot-1.14.5.zip + unzip -q snapshot-1.14.5.zip - name: test run: | - cd hdf5-snapshot-1.14 + cd hdf5-1.14.5-2 mkdir build cd build - cmake -DSITE:STRING=win19 -DBUILDNAME:STRING="4/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" .. + cmake -DSITE:STRING=win19 -DBUILDNAME:STRING="5/d" -DCTEST_DROP_SITE_INIT:STRING="my.cdash.org" -DCTEST_DROP_LOCATION_INIT="/submit.php?project=HDF5" .. ctest -D Experimental -C Debug diff --git a/README.md b/README.md index a0373fd..4c7a33b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,6 @@ Actions speak louder than codes. | macOS 14 |[![mac14](https://github.com/hyoklee/actions/actions/workflows/mac14.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14.yml)| | macOS 13 |[![mac13](https://github.com/hyoklee/actions/actions/workflows/mac13.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac13.yml)| | macOS 12 |[![mac12](https://github.com/hyoklee/actions/actions/workflows/mac12.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac12.yml)| -| macOS 11 |[![mac11](https://github.com/hyoklee/actions/actions/workflows/mac11.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac11.yml)| | visionOS |[![mac14 vos](https://github.com/hyoklee/actions/actions/workflows/mac14-vos.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14-vos.yml) | ### Solaris @@ -73,7 +72,6 @@ Actions speak louder than codes. | -----| ------ | | AppleClang-15.0.0 |[![mac13](https://github.com/hyoklee/actions/actions/workflows/mac13.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac13.yml) [![mac-14](https://github.com/hyoklee/actions/actions/workflows/mac14.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14.yml)| | AppleClang-14.0.0 |[![mac12](https://github.com/hyoklee/actions/actions/workflows/mac12.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac12.yml)| -| AppleClang-12.0.5 |[![mac11](https://github.com/hyoklee/actions/actions/workflows/mac11.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac11.yml)| | clang-16.0.6 | [![fbsd](https://github.com/hyoklee/actions/actions/workflows/fbsd.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/fbsd.yml) [![obsd](https://github.com/hyoklee/actions/actions/workflows/obsd.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/obsd.yml) | | icx 2024.1 |[![lin icx](https://github.com/hyoklee/actions/actions/workflows/lin-icx.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin-icx.yml) | | gcc-11.4.0 |[![lin](https://github.com/hyoklee/actions/actions/workflows/lin.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin.yml)| @@ -104,7 +102,7 @@ Actions speak louder than codes. | Ubuntu 22.04 | Autotools | gcc | [![lin auto d](https://github.com/hyoklee/actions/actions/workflows/lin-auto-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin-auto-d.yml) | | Ubuntu 22.04 | CMake | icx | [![lin icx d](https://github.com/hyoklee/actions/actions/workflows/lin-icx-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin-icx-d.yml) | | Ubuntu 22.04 | Autotools | icx | [![lin auto icx d](https://github.com/hyoklee/actions/actions/workflows/lin-auto-icx-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/lin-auto-icx-d.yml) | -| Mac | CMake | AppleClang | [![mac14 d](https://github.com/hyoklee/actions/actions/workflows/mac14-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14-d.yml) [![mac13 d](https://github.com/hyoklee/actions/actions/workflows/mac13-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac13-d.yml) [![mac12 d](https://github.com/hyoklee/actions/actions/workflows/mac12-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac12-d.yml) [![mac11 d](https://github.com/hyoklee/actions/actions/workflows/mac11-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac11-d.yml) | +| Mac | CMake | AppleClang | [![mac14 d](https://github.com/hyoklee/actions/actions/workflows/mac14-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac14-d.yml) [![mac13 d](https://github.com/hyoklee/actions/actions/workflows/mac13-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac13-d.yml) [![mac12 d](https://github.com/hyoklee/actions/actions/workflows/mac12-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/mac12-d.yml) | | Windows | CMake | MSVC | [![win d](https://github.com/hyoklee/actions/actions/workflows/win-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/win-d.yml) [![win19 d](https://github.com/hyoklee/actions/actions/workflows/win19-d.yml/badge.svg)](https://github.com/hyoklee/actions/actions/workflows/win19-d.yml)| ## Parallel