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

Public GIT Repository
Completely rework the properties of netzones
[simgrid.git] / src / smpi / smpicc.in
index 41ece46fcb6d3372f2ee684645937d2b5de2d88a..33b139112ce4cd5766890617a3571bdff0fcb9f2 100755 (executable)
@@ -51,6 +51,9 @@ while [ $# -gt 0 ]; do
             printf '%b\n' "$SIMGRID_GITHASH"
             exit 0
             ;;
+        '-trace-call-location')
+            list_add_not_empty CMDARGS "-DTRACE_CALL_LOCATION"
+            ;;
         '-compiler-version' | '--compiler-version')
             ${CC} --version
             ;;