Refs #917 Avoid detecting gfortran bug on IBM POWER + Ubuntu

This commit is contained in:
Zhang Xianyi 2016-07-14 13:09:36 -07:00
parent eece9fd889
commit 9e44f3ddd0
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ if ($compiler eq "") {
$openmp = "-mp"; $openmp = "-mp";
} }
if ($data =~ /IBM/) { if ($data =~ /IBM XL/) {
$vendor = IBM; $vendor = IBM;
$openmp = "-openmp"; $openmp = "-openmp";
} }