Skip to content

Commit

Permalink
[kalmar-omp] Use clang to compile OpenMP3.1_Validation
Browse files Browse the repository at this point in the history
  • Loading branch information
lyh-kernel-MCW committed Nov 25, 2015
1 parent bb454c7 commit cf2f638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMP3.1_Validation/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#########################################################

# GNU Compiler
CC = gcc
CC = clang
CFLAGS = -fopenmp -lm -O3
CFLAGS = -fopenmp -lm -O3
FC = gfortran
Expand Down

0 comments on commit cf2f638

Please sign in to comment.