...
To compile simple Magics Fortran programs you can use magics-config by typing In case a different suffix is used for Fortran code the call can be extended to:
magics-config --compile=test.F90 --suffix=F90
There is a similar shortcut for C code called --compileC=test.c.
...