mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-15 10:15:36 +00:00
13 lines
498 B
Bash
13 lines
498 B
Bash
. /home/paboyle/spack/share/spack/setup-env.sh
|
|
spack load cuda@12.0.0
|
|
spack load c-lime
|
|
spack load gmp
|
|
spack load mpfr
|
|
spack load openmpi
|
|
export CUDA=`spack find --paths cuda@11.8.0 | grep cuda | cut -c 14-`
|
|
export CLIME=`spack find --paths c-lime | grep c-lime| cut -c 15-`
|
|
export GMP=`spack find --paths gmp | grep gmp | cut -c 12-`
|
|
export MPFR=`spack find --paths mpfr | grep mpfr | cut -c 13-`
|
|
export NVIDIALIB=$CUDA/targets/x86_64-linux/lib/
|
|
export LD_LIBRARY_PATH=$NVIDIALIB:$LD_LIBRARY_PATH
|