Skip to content
Merged
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
14 changes: 9 additions & 5 deletions scripts/build_ascent/build_ascent_cuda_polaris.sh
Original file line number Diff line number Diff line change
@@ -1,16 +1,20 @@
#!/bin/bash -l

module reset
module use /soft/modulefiles
module load PrgEnv-gnu
module load nvhpc-mixed
module load gcc-native/12.3.lua
module load cudatoolkit-standalone/12.9.1
module load cuda/12.6
module load craype-accel-nvidia80
module unload nvhpc-mixed
module load spack-pe-base cmake
module load cudatoolkit-standalone
module load craype-x86-milan
module load cray-python

module list

export CC=$(which cc)
export CXX=$(which CC)
export FTN=$(which ftn)

env enable_python=ON enable_mpi=ON enable_fortran=ON raja_enable_vectorization=OFF enable_tests=OFF ./build_ascent_cuda.sh
env enable_python=ON enable_mpi=ON enable_fortran=OFF raja_enable_vectorization=OFF enable_tests=OFF ./build_ascent_cuda.sh