We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a00c70b commit 08b8c0cCopy full SHA for 08b8c0c
scripts/build_ascent/build_ascent_cuda_lassen.sh
@@ -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