1
0
mirror of https://github.com/paboyle/Grid.git synced 2024-11-10 07:55:35 +00:00
Grid/systems/Crusher/config-command

16 lines
478 B
Plaintext
Raw Normal View History

2022-02-14 20:09:08 +00:00
../../configure --enable-comms=mpi-auto \
--enable-unified=no \
--enable-shm=nvlink \
--enable-accelerator=hip \
--enable-gen-simd-width=64 \
--enable-simd=GPU \
--disable-fermion-reps \
2022-03-23 20:35:11 +00:00
--with-gmp=$OLCF_GMP_ROOT \
--with-mpfr=/opt/cray/pe/gcc/mpfr/3.1.4/ \
2022-09-06 02:50:02 +01:00
--enable-gparity \
2022-02-14 20:09:08 +00:00
CXX=hipcc MPICXX=mpicxx \
2022-05-25 17:36:09 +01:00
CXXFLAGS="-fPIC -I{$ROCM_PATH}/include/ -std=c++14 -I${MPICH_DIR}/include " \
LDFLAGS=" -L${MPICH_DIR}/lib -lmpi -L${CRAY_MPICH_ROOTDIR}/gtl/lib -lmpi_gtl_hsa -lamdhip64 "