git clone https://github.com/SWIFTSIM/SWIFT.git cd SWIFT git checkout v2025.01 mkdir -p /data/shared/apps/swift/v2025.01 module purge && ml intel/2023.2.1 openmpi4/4.1.6 fftw/3.3.9 hdf5/1.10.8 gsl/2.8 metis/5.1.0 numactl/2.0.19 autotools ./autogen.sh ./configure --prefix=/data/shared/apps/swift/v2025.01 --with-fftw=/data/shared/apps/fftw/3.3.9 --with-metis=/opt/ohpc/pub/libs/intel/metis/5.1.0 --with-gsl=/opt/ohpc/pub/apps/gsl/2.8 --enable-fof --with-numa=/data/shared/apps/numactl/2.0.19 make -j 16 make install