]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/smpif90.in
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various fixes about replay and buffer usage
[simgrid.git] / src / smpi / smpif90.in
index 0be13cee5bf159186f761267f6ac853fb92487c1..1a33ba14301b8668db4af35e984f4f671ad1f7a2 100644 (file)
@@ -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}"
             ;;