Skip to content

Commit

Permalink
updated perlmutter kokkos version
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Feb 1, 2025
1 parent f620e90 commit d6ad88f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/perlmutter/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module load cray-fftw
# # kokkos
# rm build-kokkos -rf
# # rm kokkos -rf
# git clone -b 4.2.00 https://github.com/kokkos/kokkos.git
# git clone -b 4.5.00 https://github.com/kokkos/kokkos.git
# cmake -S kokkos -B build-kokkos \
# -DCMAKE_INSTALL_PREFIX=build-kokkos/install \
# -DCMAKE_BUILD_TYPE="Release" \
Expand Down Expand Up @@ -100,7 +100,7 @@ cmake -S pcms -B build-pcms \
-DCMAKE_C_COMPILER=cc \
-DCMAKE_CXX_COMPILER=CC \
-DCMAKE_BUILD_TYPE=Release \
-DPCMS_TIMEOUT=0 \
-DPCMS_TIMEOUT=100 \
-Dperfstubs_DIR=$PWD/build-perfstubs \
-Dredev_DIR=$PWD/build-redev/install/lib64/cmake/redev \
-DOmega_h_DIR=$PWD/build-omega_h/install/lib64/cmake/Omega_h/ \
Expand Down

0 comments on commit d6ad88f

Please sign in to comment.