Skip to content

Commit cf37182

Browse files
authored
Add Fujitsu compiler (fcc)
1 parent 68d86ea commit cf37182

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

c_check

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ case "$data" in
5151
*COMPILER_SUN*) compiler=SUN ;;
5252
*COMPILER_IBM*) compiler=IBM ;;
5353
*COMPILER_DEC*) compiler=DEC ;;
54+
*COMPILER_FUJITSU*) compiler=FUJITSU ;;
5455
esac
5556
if [ -z "$compiler" ]; then
5657
compiler=GCC
@@ -143,6 +144,7 @@ case "$compiler" in
143144
INTEL) openmp='-openmp' ;;
144145
PATHSCALE|OPEN64) openmp='-mp' ;;
145146
CLANG|GCC|LSB) openmp='-fopenmp' ;;
147+
FUJITSU) openmp='-Kopenmp' ;;
146148
esac
147149

148150
if [ "$defined" -eq 0 ]; then

0 commit comments

Comments
 (0)