Venturing out the bash
profile in https://repl.it/, their installation includes both gcc
as well as gfortran
:
gcc --version
gcc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
[...]
gfortran --version
GNU Fortran (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0
[...]
I have no difficulty to compile a code compliant to Fortran95 with either one of the two. Yet, as gfortran
is part of gcc
(reference), where are functional advantages to use either the specialist (gfortran
), or the collection (gcc
)?