mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-13 12:47:05 +01:00
Update for Jupiter
This commit is contained in:
16
systems/Jupiter/config-command
Normal file
16
systems/Jupiter/config-command
Normal file
@ -0,0 +1,16 @@
|
||||
export CXX=nvcc
|
||||
export OPENMPI=/p/software/default/stages/2025/software/OpenMPI/5.0.5-NVHPC-24.9-CUDA-12/
|
||||
export LDFLAGS="-cudart shared -L${OPENMPI}/lib"
|
||||
export CXXFLAGS="-ccbin clang++ -gencode arch=compute_90,code=sm_90 -std=c++17 -cudart shared -lcublas -lmpi -I${OPENMPI}/include"
|
||||
|
||||
../../configure \
|
||||
--enable-comms=mpi \
|
||||
--enable-simd=GPU \
|
||||
--enable-gen-simd-width=64 \
|
||||
--enable-shm=nvlink \
|
||||
--enable-accelerator=cuda \
|
||||
--with-lime=$CLIME \
|
||||
--disable-gparity \
|
||||
--disable-fermion-reps \
|
||||
--disable-unified
|
||||
|
9
systems/Jupiter/sourceme.sh
Normal file
9
systems/Jupiter/sourceme.sh
Normal file
@ -0,0 +1,9 @@
|
||||
CLIME=$HOME/install/
|
||||
module load Clang
|
||||
module load CUDA
|
||||
module load FFTW
|
||||
module load OpenSSL
|
||||
module load MPFR
|
||||
module load NVHPC
|
||||
module load UCX
|
||||
module load OpenMPI
|
Reference in New Issue
Block a user