Skip to content

Commit

Permalink
test just kokkos
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 24, 2024
1 parent 9e03ad8 commit aa58c7c
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,38 +50,38 @@ 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
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: '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'


0 comments on commit aa58c7c

Please sign in to comment.