X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/1775441d2553edf1c37f5295fd282c41cbbc81f5..bdebd1432527a032fe2a9141bc1ced07cfc083dc:/src/smpi/smpif90.in diff --git a/src/smpi/smpif90.in b/src/smpi/smpif90.in index 0be13cee5b..1a33ba1430 100644 --- a/src/smpi/smpif90.in +++ b/src/smpi/smpif90.in @@ -45,10 +45,13 @@ while [ $# -gt 0 ]; do SRCFILE="${TMPFILE}" list_add CMDLINE "${SRCFILE}" ;; - '-version' | '--version' | '-v') + '-version' | '--version') printf '%b\n' "$SIMGRID_VERSION" exit 0 - ;; + ;; + '-compiler-version' | '--compiler-version') + ${F90} --version + ;; *) list_add CMDLINE "${ARG}" ;;