Skip to content
Snippets Groups Projects
Commit 5fef45c7 authored by RODIER Quentin's avatar RODIER Quentin
Browse files

Quentin 18/09/2024: configure on Belenos with Nvidia

parent 4aec76cf
No related branches found
No related tags found
No related merge requests found
......@@ -311,6 +311,20 @@ export ARMCI_SHR_BUF_METHOD=COPY
export MVWORK=${MVWORK:-NO}
export VER_CDF=${VER_CDF:-CDFAUTO}
export NEED_TOOLS=YES
case "${ARCH}" in
*LXnvhpc*) # NVIDIA Compiler
export MNHENV=${MNHENV:-"
module purge
module load intel # For fxtran
module load python/3.10.12 # For pyft_tool
module load nvhpc/22.7
export CUDALEVEL=cuda11.7
module load cmake/3.15.4
unset CC CXX
export SPLL=spll_new
"}
;;
*LXifort*) # Intel compiler
export MNHENV=${MNHENV:-"
module purge
module load intel/2019.5.281
......@@ -320,6 +334,8 @@ unset CC CXX
export SPLL=spll_new
"}
;;
esac
;;
'Linux login0'*|'Linux compute'*)
export ARCH=${ARCH:-LXifort}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment