mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			432 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
../../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 \
 | 
						|
--disable-gparity \
 | 
						|
CXX=hipcc MPICXX=mpicxx \
 | 
						|
CXXFLAGS="-fPIC -I/opt/rocm-4.5.0/include/ -std=c++14 -I${MPICH_DIR}/include " \
 | 
						|
 LDFLAGS=" -L${MPICH_DIR}/lib -lmpi -L${CRAY_MPICH_ROOTDIR}/gtl/lib -lmpi_gtl_hsa "
 | 
						|
HIPFLAGS = --amdgpu-target=gfx90a
 |