The version of the Default stack on SuperMUC-NG was changed recently from 22.2.1 to 24.6.0.
In order to compile ALF on Supermuc one usually uses "source configure.sh SuperMUC-NG".
This will throw the following error:
"Activating MPI parallization (default).
To turn MPI off, pass noMPI as the second argument.
To turn on parallel tempering, pass Tempering as the second argument.
Using default stabilization
Possible alternative options are STAB1, STAB2, STAB3 and LOG
ERROR: Unable to locate a modulefile for 'hdf5/1.10.7-intel21'
!! unsetting FORT_BLOCKSIZE !!
==== Error: Compiler not found. ===="
The current temporary fix is to execute these commands before compiling:
module purge
module load stack/22.2.1
In order to run ALF on any partition, this should also be added to the top of the job script.
The version of the Default stack on SuperMUC-NG was changed recently from 22.2.1 to 24.6.0.
In order to compile ALF on Supermuc one usually uses "source configure.sh SuperMUC-NG".
This will throw the following error:
"Activating MPI parallization (default).
To turn MPI off, pass noMPI as the second argument.
To turn on parallel tempering, pass Tempering as the second argument.
Using default stabilization
Possible alternative options are STAB1, STAB2, STAB3 and LOG
ERROR: Unable to locate a modulefile for 'hdf5/1.10.7-intel21'
!! unsetting FORT_BLOCKSIZE !!
==== Error: Compiler not found. ===="
The current temporary fix is to execute these commands before compiling:
module purge
module load stack/22.2.1
In order to run ALF on any partition, this should also be added to the top of the job script.