mirror of
https://github.com/paboyle/Grid.git
synced 2026-06-04 11:14:38 +01:00
ed12fa09c5
fix didn't propagate
22 lines
547 B
Plaintext
22 lines
547 B
Plaintext
../../configure --enable-comms=mpi-auto \
|
|
--with-lime=$CLIME \
|
|
--enable-unified=no \
|
|
--enable-shm=nvlink \
|
|
--enable-tracing=none \
|
|
--enable-accelerator=hip \
|
|
--enable-gen-simd-width=64 \
|
|
--disable-gparity \
|
|
--disable-fermion-reps \
|
|
--enable-simd=GPU \
|
|
--with-gmp=$GMP \
|
|
--with-mpfr=$MPFR \
|
|
--with-openssl=$OPENSSL \
|
|
--disable-fermion-reps \
|
|
CXX=hipcc MPICXX=mpicxx \
|
|
CXXFLAGS="-fPIC -I${ROCM_PATH}/include/ -I${MPICH_DIR}/include " \
|
|
LDFLAGS="-L${ROCM_PATH}/lib -L${MPICH_DIR}/lib -lmpi -lmpi_gtl_hsa -lhipblas -lrocblas -lhipfft -lamdhip64"
|
|
|
|
|
|
|
|
|