File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -56,20 +56,18 @@ echo "... 2023b"
5656# Load modules:
5757MODULES=(
5858 CMake/3.27.6-GCCcore-13.2.0
59- Boost/1.83.0-GCC-13.2.0 # AL-Core
6059 Saxon-HE/12.4-Java-21 # DD
61- Python/3.11.5-GCCcore-13.2.0
6260 libxml2/2.11.5-GCCcore-13.2.0 # AL-Core
63- MDSplus/7.132.0-GCCcore-13.2.0 # backend
64- UDA/2.9.1-GCC-13.2.0 # backend
61+ MDSplus/7.153.3-GCCcore-13.2.0 # backend
6562 Python/3.11.5-GCCcore-13.2.0 # documentation
6663)
6764 ;;&
6865 * foss-2023b)
6966echo " ... foss-2023b"
7067MODULES=(${MODULES[@]}
7168 HDF5/1.14.3-gompi-2023b # backend
72- SciPy-bundle/2023.11-gfbf-2023b
69+ Boost/1.83.0-GCC-13.2.0 # AL-Core
70+ UDA/2.9.1-GCC-13.2.0 # backend
7371)
7472CMAKE_ARGS=(${CMAKE_ARGS[@]}
7573 -DCMAKE_C_COMPILER=${CC:- gcc}
@@ -80,6 +78,8 @@ CMAKE_ARGS=(${CMAKE_ARGS[@]}
8078echo " ... intel-2023b"
8179MODULES=(${MODULES[@]}
8280 HDF5/1.14.3-iimpi-2023b # backend
81+ Boost/1.83.0-intel-compilers-2023.2.1
82+ UDA/2.9.1-intel-compilers-2023.2.1
8383)
8484CMAKE_ARGS=(${CMAKE_ARGS[@]}
8585 -DCMAKE_C_COMPILER=${CC:- icx}
You can’t perform that action at this time.
0 commit comments