We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68d86ea commit cf37182Copy full SHA for cf37182
1 file changed
c_check
@@ -51,6 +51,7 @@ case "$data" in
51
*COMPILER_SUN*) compiler=SUN ;;
52
*COMPILER_IBM*) compiler=IBM ;;
53
*COMPILER_DEC*) compiler=DEC ;;
54
+ *COMPILER_FUJITSU*) compiler=FUJITSU ;;
55
esac
56
if [ -z "$compiler" ]; then
57
compiler=GCC
@@ -143,6 +144,7 @@ case "$compiler" in
143
144
INTEL) openmp='-openmp' ;;
145
PATHSCALE|OPEN64) openmp='-mp' ;;
146
CLANG|GCC|LSB) openmp='-fopenmp' ;;
147
+ FUJITSU) openmp='-Kopenmp' ;;
148
149
150
if [ "$defined" -eq 0 ]; then
0 commit comments