mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-14 13:57:07 +01:00
SDDC compiles starting
This commit is contained in:
14
systems/SDCC-ICE/config-command
Normal file
14
systems/SDCC-ICE/config-command
Normal file
@ -0,0 +1,14 @@
|
||||
../../configure \
|
||||
--enable-comms=mpi \
|
||||
--enable-unified=yes \
|
||||
--enable-shm=shmopen \
|
||||
--enable-accelerator=none \
|
||||
--enable-simd=AVX2 \
|
||||
--disable-accelerator-cshift \
|
||||
--disable-fermion-reps \
|
||||
--disable-gparity \
|
||||
CXX=mpicxx \
|
||||
CXXFLAGS="-std=c++17"
|
||||
|
||||
|
||||
|
1
systems/SDCC-ICE/sourceme.sh
Normal file
1
systems/SDCC-ICE/sourceme.sh
Normal file
@ -0,0 +1 @@
|
||||
module load openmpi
|
Reference in New Issue
Block a user