Skip to content

Commit a4bbb6e

Browse files
committed
Modified OpenMP flag for Intel Compiler (-qopenmp).
1 parent 2596940 commit a4bbb6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6508,7 +6508,7 @@ $as_echo_n "checking for (guessing) OpenMP flags for ${CC_VENDOR}... " >&6; }
65086508

65096509
case ${CC_VENDOR} in
65106510
icc)
6511-
fla_c_openmp_flags='-openmp'
6511+
fla_c_openmp_flags='-qopenmp'
65126512
;;
65136513
gcc)
65146514
fla_c_openmp_flags='-fopenmp'

0 commit comments

Comments
 (0)