From: Christian Heinrich Date: Thu, 26 May 2016 18:57:54 +0000 (+0200) Subject: [SMPI] Fix smpicc.in for call-location tracing. X-Git-Tag: v3_14~1138^2~7 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bfe69c63f555e097bff4a0539c24f479053e530b [SMPI] Fix smpicc.in for call-location tracing. I had to add the compile switch to CMDARGS, not CMDLINE... --- diff --git a/src/smpi/smpicc.in b/src/smpi/smpicc.in index d664bbfba4..33b139112c 100755 --- a/src/smpi/smpicc.in +++ b/src/smpi/smpicc.in @@ -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