compile globone on leonardo with gfortran
new platform file to compile globone on CINECA Leonardo with gfortran.
I had to change
module purge
to
module purge || true
in compile_all.j2 and jobscript.j2 since, module purge alone gives an error on Leonardo and stops the compilation / job submission. In this way the scripts can continue.
Ready to merge with main on my side.