module load matio is not available on ARCHER2 as of date
need to run ./sh/matio.sh --prefix"<prefix_path>"
then set following env variables
export MATIO_DIR="<prefix_path>/matio"
export CPPFLAGS="-I<prefix_path>/include"
export LDFLAGS="-L<prefix_path>/lib"
this will fix the "required MATIO" message
as of date every other dependency could be enabled via module load ...
module load matiois not available on ARCHER2 as of dateneed to run ./sh/matio.sh --prefix"<prefix_path>"
then set following env variables
export MATIO_DIR="<prefix_path>/matio"
export CPPFLAGS="-I<prefix_path>/include"
export LDFLAGS="-L<prefix_path>/lib"
this will fix the "required MATIO" message
as of date every other dependency could be enabled via module load ...