mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-10-30 11:34:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			514 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			514 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ../../configure \
 | |
|     --enable-comms=mpi \
 | |
|     --enable-simd=GPU \
 | |
|     --enable-gen-simd-width=64 \
 | |
|     --enable-shm=nvlink \
 | |
|     --with-lime=$CLIME \
 | |
|     --with-hdf5=$HDF5 \
 | |
|     --with-fftw=$FFTW \
 | |
|     --with-gmp=$GMP \
 | |
|     --with-mpfr=$MPFR \
 | |
|     --enable-accelerator=cuda \
 | |
|     --disable-gparity \
 | |
|     --disable-fermion-reps \
 | |
|     --disable-unified \
 | |
|     CXX=nvcc \
 | |
|     LDFLAGS="-cudart shared -L$NVIDIALIB -lcublas" \
 | |
|     CXXFLAGS="-ccbin mpicxx -gencode arch=compute_80,code=sm_80 -std=c++17 -cudart shared"
 | |
| 
 |