#!/bin/bash # This file is part of SWIFT. # Copyright (C) 2026 p.w.draper@durham.ac.uk. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . #+ # Intel toolchain modules with parallel HDF5. # Source this file. # # Peter W. Draper 20-JAN-2026. #- echo "Loading the parallel Intel OneAPI toolchain for SWIFT." source /cosma/local/Modules/default/init/bash module purge module load intel_comp/2024.2.0 compiler-rt tbb compiler mpi module load parallel_hdf5/1.14.4 module load fftw/3.3.10 module load gsl/2.8 module load parmetis/4.0.3 module load python/3.12.4 module load llvm/20.1.0 export CLANG_FORMAT_CMD="clang-format"