mirror of
https://github.com/paboyle/Grid.git
synced 2026-05-27 12:34:16 +01:00
7 lines
271 B
Bash
7 lines
271 B
Bash
export CRAY_ACCEL_TARGET=nvidia80
|
|
source /global/homes/p/pboyle/spack/share/spack/setup-env.sh
|
|
export MPFR=`spack find --paths mpfr | grep mpfr | cut -c 13-`
|
|
export GMP=`spack find --paths gmp | grep gmp | cut -c 12-`
|
|
|
|
module load PrgEnv-gnu cpe-cuda cudatoolkit/12.0
|