mirror of
				https://github.com/paboyle/Grid.git
				synced 2025-11-03 21:44:33 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			402 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			402 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
../../src/Grid/configure \
 | 
						|
    --prefix /home/pab/NPR/install \
 | 
						|
    --enable-comms=mpi-auto \
 | 
						|
    --enable-simd=AVX2 \
 | 
						|
    --enable-shm=none \
 | 
						|
    --enable-debug \
 | 
						|
    --with-lime=$CLIME \
 | 
						|
    --with-hdf5=$HDF5 \
 | 
						|
    --with-fftw=$FFTW \
 | 
						|
    --with-gmp=$GMP \
 | 
						|
    --with-mpfr=$MPFR \
 | 
						|
    --disable-gparity \
 | 
						|
    --disable-fermion-reps \
 | 
						|
    CXX=clang++ \
 | 
						|
    MPICXX=mpicxx \
 | 
						|
    CXXFLAGS="-std=c++17 "
 | 
						|
 |