mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-04 05:54:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			513 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			513 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
INSTALL=/nfs/site/home/paboylx/prereqs/
 | 
						|
../../configure \
 | 
						|
	--enable-simd=GPU \
 | 
						|
	--enable-gen-simd-width=64 \
 | 
						|
	--enable-comms=mpi-auto \
 | 
						|
	--disable-accelerator-cshift \
 | 
						|
	--disable-gparity \
 | 
						|
	--disable-fermion-reps \
 | 
						|
	--enable-shm=nvlink \
 | 
						|
	--enable-accelerator=sycl \
 | 
						|
	--enable-unified=no \
 | 
						|
	MPICXX=mpicxx \
 | 
						|
	CXX=dpcpp \
 | 
						|
	LDFLAGS="-fsycl-device-code-split=per_kernel -fsycl-device-lib=all -lze_loader -L$INSTALL/lib" \
 | 
						|
	CXXFLAGS="-fsycl-unnamed-lambda -fsycl -no-fma -I$INSTALL/include -Wno-tautological-compare"
 | 
						|
 |