Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Actually we can have locks and fences (erk) in the same program.
[simgrid.git] / src / smpi / smpicc.in
index d664bbf..8667c84 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# Copyright (c) 2007-2015. The SimGrid Team.
+# Copyright (c) 2007-2017. The SimGrid Team.
 # All rights reserved.
 
 # This program is free software; you can redistribute it and/or modify it
@@ -52,7 +52,7 @@ while [ $# -gt 0 ]; do
             exit 0
             ;;
         '-trace-call-location')
-            list_add_not_empty CMDLINE "-DTRACE_CALL_LOCATION"
+            list_add_not_empty CMDARGS "-DTRACE_CALL_LOCATION"
             ;;
         '-compiler-version' | '--compiler-version')
             ${CC} --version