Skip to content

Commit

Permalink
build redev
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent ee21a8e commit bd71611
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'


0 comments on commit bd71611

Please sign in to comment.