Skip to content

Commit

Permalink
Merge pull request #4303 from anagainaru/build-frontier
Browse files Browse the repository at this point in the history
Update the script to build adios with Kokkos for Frontier
  • Loading branch information
vicentebolea authored Aug 15, 2024
2 parents 57abaff + 8fa6796 commit c837711
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#!/bin/bash
# shellcheck disable=SC2191

module load rocm/5.4.0
module load gcc/11.2.0
module load cmake/3.23.2
module load PrgEnv-gnu-amd/8.5.0
module load craype-accel-amd-gfx90a
module load cmake/3.23.2

######## User Configurations ########
Kokkos_HOME=$HOME/kokkos/kokkos
Expand Down

0 comments on commit c837711

Please sign in to comment.