Skip to content

Commit 08b8c0c

Browse files
authored
add script for building ascent on llnl lassen (#1258)
1 parent a00c70b commit 08b8c0c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
#!/bin/bash
2+
module load cmake/3.23.1
3+
module load gcc/7.3.1
4+
module load cuda/11.2.0
5+
6+
export CUDA_ARCH=70
7+
export CUDA_ARCH_VTKM=volta
8+
9+
export CC=$(which gcc)
10+
export CXX=$(which g++)
11+
export FTN=$(which gfortran)
12+
13+
env enable_mpi=ON enable_fortran=ON raja_enable_vectorization=OFF enable_tests=OFF ./build_ascent_cuda.sh

0 commit comments

Comments
 (0)