mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
Example of Useful prerequisite installs with spack
This commit is contained in:
17
systems/spack-linux/config-command
Normal file
17
systems/spack-linux/config-command
Normal file
@ -0,0 +1,17 @@
|
||||
../../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 "
|
||||
|
Reference in New Issue
Block a user