Skip to content

Commit 9a7fad4

Browse files
rbuchevan-charmworks
authored andcommitted
Fix compiler list generation in smart-build.pl (#3500)
1 parent def89b6 commit 9a7fad4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smart-build.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ sub promptUserYN {
402402
#================ Choose Compiler =================================
403403

404404
# Lookup list of compilers
405-
my $cs = `$dirname/build charm++ $arch help 2>&1 | grep "Supported compilers"`;
405+
my $cs = `$dirname/buildold charm++ $arch help 2>&1 | grep "Supported compilers"`;
406406
# prune away beginning of the line
407407
$cs =~ m/Supported compilers: (.*)/;
408408
$cs = $1;

0 commit comments

Comments
 (0)