Skip to content

Commit

Permalink
update RAJA, try to disable more stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
pguthrey committed Jan 2, 2025
1 parent 3db4945 commit 20a8ee2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
14 changes: 14 additions & 0 deletions run_gh.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash

rm -rf build_*-nvcc-12.5-90-gcc-12.3.0

./scripts/lanl-builds/cray_nvcc_gcc.sh 12.5 90 12.3.0

cd build_lanl_cray-nvcc-12.5-90-gcc-12.3.0

make -j 24

# run? ./bin/raja-perf.exe -k Apps_EDGE3D

# cat RAJAPerf-timing-Average.csv

4 changes: 3 additions & 1 deletion scripts/lanl-builds/cray_nvcc_gcc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ cmake \
-DENABLE_CUDA=On \
-DCUDA_SEPARABLE_COMPILATION=On \
-Dgtest_disable_pthreads=ON \
-DGTEST_HAS_PTHREAD=0 \
-DRAJA_PERFSUITE_ENABLE_TESTS=Off \
-DRAJA_PERFSUITE_ENABLE_EXAMPLES=Off \
-DRAJA_ENABLE_TESTS=Off \
-DRAJA_ENABLE_EXAMPLES=Off \
-DCUDA_TOOLKIT_ROOT_DIR=/opt/nvidia/hpc_sdk/Linux_aarch64/24.7/cuda \
-DCMAKE_CUDA_COMPILER=/opt/nvidia/hpc_sdk/Linux_aarch64/24.7/cuda/${COMP_NVCC_VER}/bin/nvcc \
-DCMAKE_CUDA_ARCHITECTURES=${COMP_ARCH} \
Expand Down
2 changes: 1 addition & 1 deletion tpl/RAJA

0 comments on commit 20a8ee2

Please sign in to comment.