1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-24 12:45:56 +01:00

Config improvements

This commit is contained in:
Peter Boyle 2021-10-07 20:06:17 +01:00
parent f36e984278
commit 98766851c3
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ PREFIX=/home/tc002/tc002/shared/env/prefix/
--with-hdf5=$PREFIX \ --with-hdf5=$PREFIX \
--with-lime=$PREFIX \ --with-lime=$PREFIX \
--with-fftw=$PREFIX \ --with-fftw=$PREFIX \
--disable-accelerator-cshift \ --enable-accelerator-cshift \
--disable-unified \ --disable-unified \
CXX=nvcc \ CXX=nvcc \
LDFLAGS="-cudart shared " \ LDFLAGS="-cudart shared " \

View File

@ -1,3 +1,5 @@
module load cuda/11.4.1 openmpi/4.1.1 ucx/1.10.1 module load cuda/11.4.1 openmpi/4.1.1 ucx/1.10.1
export PREFIX=/home/tc002/tc002/shared/env/prefix/ export PREFIX=/home/tc002/tc002/shared/env/prefix/
export LD_LIBRARY_PATH=$PREFIX/lib/:$LD_LIBRARY_PATH export LD_LIBRARY_PATH=$PREFIX/lib/:$LD_LIBRARY_PATH
unset SBATCH_EXPORT