From bfe69c63f555e097bff4a0539c24f479053e530b Mon Sep 17 00:00:00 2001 From: Christian Heinrich Date: Thu, 26 May 2016 20:57:54 +0200 Subject: [PATCH] [SMPI] Fix smpicc.in for call-location tracing. I had to add the compile switch to CMDARGS, not CMDLINE... --- src/smpi/smpicc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1