From bd7161195abc49ff1e87777e3285c3bbf123245d Mon Sep 17 00:00:00 2001 From: Angelyr Date: Thu, 24 Oct 2024 11:19:24 -0700 Subject: [PATCH] build redev --- .github/workflows/cmake.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index f90cbea3..5e7bd986 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -71,17 +71,17 @@ jobs: -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_C_COMPILER=mpicc' - # - name: build redev - # uses: ./.github/actions/install-repo - # with: - # repo-name: 'redev' - # repo-path: 'SCOREC/redev' - # repo-ref: 'master' - # options: '-DCMAKE_BUILD_TYPE=Release - # -DCMAKE_CXX_COMPILER=mpicxx - # -DCMAKE_C_COMPILER=mpicc - # -DMPIEXEC_EXECUTABLE=`which srun` - # -Dperfstubs_DIR=${{ runner.temp }}/build-perfstubs - # -DADIOS2_ROOT=${{ runner.temp }}/build-ADIOS2/install' + - name: build redev + uses: ./.github/actions/install-repo + with: + repo-name: 'redev' + repo-path: 'SCOREC/redev' + repo-ref: 'main' + options: '-DCMAKE_BUILD_TYPE=Release + -DCMAKE_CXX_COMPILER=mpicxx + -DCMAKE_C_COMPILER=mpicc + -DMPIEXEC_EXECUTABLE=`which srun` + -Dperfstubs_DIR=${{ runner.temp }}/build-perfstubs + -DADIOS2_ROOT=${{ runner.temp }}/build-ADIOS2/install' \ No newline at end of file