We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def89b6 commit 9a7fad4Copy full SHA for 9a7fad4
smart-build.pl
@@ -402,7 +402,7 @@ sub promptUserYN {
402
#================ Choose Compiler =================================
403
404
# Lookup list of compilers
405
-my $cs = `$dirname/build charm++ $arch help 2>&1 | grep "Supported compilers"`;
+my $cs = `$dirname/buildold charm++ $arch help 2>&1 | grep "Supported compilers"`;
406
# prune away beginning of the line
407
$cs =~ m/Supported compilers: (.*)/;
408
$cs = $1;
0 commit comments