On our UQAM servers we have three compilers:
- GNU Fortran (GFortran)
- Portland Group (PGI)
- Intel
Before being able to use one of the above compilers you have to acquire one with one of the following commands (in bold), depending on which compiler you want to acquire:
- gfort ( for GFortran )
- pgi ( for PGI )
- intel ( for Intel-16 )
- int19 ( for Intel-19 )