We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e3a069f + d2b9389 commit 7e3151eCopy full SHA for 7e3151e
1 file changed
f_check
@@ -97,7 +97,7 @@ if ($compiler eq "") {
97
98
if ($data =~ /Intel/) {
99
$vendor = INTEL;
100
- $openmp = "-openmp";
+ $openmp = "-fopenmp";
101
}
102
103
if ($data =~ /Sun Fortran/) {
@@ -127,7 +127,7 @@ if ($compiler eq "") {
127
128
# for embeded underscore name, e.g. zho_ge, it may append 2 underscores.
129
$data = `$compiler -O2 -S ftest3.f > /dev/null 2>&1 && cat ftest3.s && rm -f ftest3.s`;
130
- if ($data =~ /zho_ge__/) {
+ if ($data =~ / zho_ge__/) {
131
$need2bu = 1;
132
133
@@ -155,7 +155,7 @@ if ($compiler eq "") {
155
if ($compiler =~ /ifort/) {
156
157
$bu = "_";
158
159
160
161
if ($compiler =~ /pathf/) {
0 commit comments