1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-09-19 16:55:37 +01:00

Compile options for tursa update

This commit is contained in:
Peter Boyle 2024-05-21 02:10:04 +01:00
parent e19b26341b
commit 394e506aea
2 changed files with 3 additions and 4 deletions

View File

@ -8,5 +8,5 @@
--with-lime=/mnt/lustre/tursafs1/home/tc002/tc002/dc-boyl1/spack/spack/opt/spack/linux-rhel8-zen/gcc-8.4.1/c-lime-2-3-9-e6wxqrid6rqmd45z7n32dxkvkykpvyez \
--disable-unified \
CXX=nvcc \
LDFLAGS="-cudart shared " \
LDFLAGS="-cudart shared -lcublas " \
CXXFLAGS="-ccbin mpicxx -gencode arch=compute_80,code=sm_80 -std=c++17 -cudart shared --diag-suppress 177,550,611"

View File

@ -1,8 +1,7 @@
module load cuda/12.3
module load ucx/1.15.0-cuda12.3
module load openmpi/4.1.5-cuda12.3
export PREFIX=/home/tc002/tc002/shared/env/prefix/
export LD_LIBRARY_PATH=$PREFIX/lib/:$LD_LIBRARY_PATH
source /home/dp207/dp207/shared/env/production/env-base.sh
source /home/dp207/dp207/shared/env/production/env-gpu.sh
unset SBATCH_EXPORT