From ee21a8e2c856968fe65bd9205719ba436979b319 Mon Sep 17 00:00:00 2001 From: Angelyr Date: Thu, 24 Oct 2024 11:11:59 -0700 Subject: [PATCH] test adios2 and perfstubs --- .github/workflows/cmake.yml | 38 ++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 3c0232e8..f90cbea3 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -50,26 +50,26 @@ jobs: -DKokkos_ENABLE_CUDA_LAMBDA=off -DKokkos_ENABLE_DEBUG=on' - # - name: build ADIOS2 - # uses: ./.github/actions/install-repo - # with: - # repo-name: 'ADIOS2' - # repo-path: 'ornladios/ADIOS2' - # repo-ref: 'master' - # options: '-DADIOS2_USE_CUDA=off - # -DCMAKE_BUILD_TYPE=Release - # -DCMAKE_CXX_COMPILER=mpicxx - # -DCMAKE_C_COMPILER=mpicc' + - name: build ADIOS2 + uses: ./.github/actions/install-repo + with: + repo-name: 'ADIOS2' + repo-path: 'ornladios/ADIOS2' + repo-ref: 'master' + options: '-DADIOS2_USE_CUDA=off + -DCMAKE_BUILD_TYPE=Release + -DCMAKE_CXX_COMPILER=mpicxx + -DCMAKE_C_COMPILER=mpicc' - # - name: build perfstubs - # uses: ./.github/actions/install-repo - # with: - # repo-name: 'perfstubs' - # repo-path: 'UO-OACISS/perfstubs' - # repo-ref: 'master' - # options: '-DCMAKE_BUILD_TYPE=Release - # -DCMAKE_CXX_COMPILER=mpicxx - # -DCMAKE_C_COMPILER=mpicc' + - name: build perfstubs + uses: ./.github/actions/install-repo + with: + repo-name: 'perfstubs' + repo-path: 'UO-OACISS/perfstubs' + repo-ref: 'master' + options: '-DCMAKE_BUILD_TYPE=Release + -DCMAKE_CXX_COMPILER=mpicxx + -DCMAKE_C_COMPILER=mpicc' # - name: build redev # uses: ./.github/actions/install-repo