1
0
mirror of https://github.com/paboyle/Grid.git synced 2026-06-05 03:34:36 +01:00

Perlmutter cuda version update

This commit is contained in:
Peter Boyle
2026-05-21 13:25:13 -07:00
parent 4d527e81fa
commit b58a1508fa
2 changed files with 7 additions and 5 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
DIR=`pwd`
PREFIX=$HOME/DDHMC/Grid/systems/Prerequisites/install/
../../configure \
--enable-comms=mpi \
--enable-simd=GPU \
--enable-shm=nvlink \
--enable-gen-simd-width=64 \
--with-gmp=$PREFIX \
--with-mpfr=$PREFIX \
--with-gmp=$GMP \
--with-mpfr=$MPFR \
--enable-accelerator=cuda \
--disable-fermion-reps \
--disable-unified \