Skip to content

Commit

Permalink
add script for building ascent on llnl lassen (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Mar 15, 2024
1 parent a00c70b commit 08b8c0c
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions scripts/build_ascent/build_ascent_cuda_lassen.sh
@@ -0,0 +1,13 @@
#!/bin/bash
module load cmake/3.23.1
module load gcc/7.3.1
module load cuda/11.2.0

export CUDA_ARCH=70
export CUDA_ARCH_VTKM=volta

export CC=$(which gcc)
export CXX=$(which g++)
export FTN=$(which gfortran)

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

0 comments on commit 08b8c0c

Please sign in to comment.