Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update cmake version used for the Frontier build script #4400

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions scripts/build_scripts/build-adios2-cuda-perlmutter.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
# shellcheck disable=SC2191

module load cudatoolkit/11.7
module load gcc/11.2.0
module load cmake/3.24.3
module load cudatoolkit
module load gcc
module load cmake
module refresh

######## User Configurations ########
Expand Down
6 changes: 3 additions & 3 deletions scripts/build_scripts/build-adios2-cuda-summit.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
# shellcheck disable=SC2191

module load gcc/10.2
module load cuda/11.5
module load cmake/3.23
module load gcc
module load cuda
module load cmake
module refresh

######## User Configurations ########
Expand Down
4 changes: 2 additions & 2 deletions scripts/build_scripts/build-adios2-kokkos-frontier.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
# shellcheck disable=SC2191

module load PrgEnv-gnu-amd/8.5.0
module load PrgEnv-gnu-amd
module load craype-accel-amd-gfx90a
module load cmake/3.23.2
module load cmake

######## User Configurations ########
Kokkos_HOME=$HOME/kokkos/kokkos
Expand Down
6 changes: 3 additions & 3 deletions scripts/build_scripts/build-adios2-kokkos-perlmutter.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
# shellcheck disable=SC2191

module load cudatoolkit/11.7
module load gcc/11.2.0
module load cmake/3.24.3
module load cudatoolkit
module load gcc
module load cmake
module refresh

######## User Configurations ########
Expand Down
6 changes: 3 additions & 3 deletions scripts/build_scripts/build-adios2-kokkos-summit.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/bin/bash
# shellcheck disable=SC2191

module load gcc/10.2
module load cuda/11.5
module load cmake/3.23
module load gcc
module load cuda
module load cmake
module refresh

######## User Configurations ########
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_scripts/build-adios2-sycl-polaris.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# shellcheck disable=SC2191

module load oneapi
module load cmake/3.23.2
module load cmake
module refresh

######## User Configurations ########
Expand Down