Skip to content

Commit

Permalink
Makefile to build OpenMP4.5 on a GPU platform.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmhamster committed Oct 25, 2017
1 parent 5e362dc commit 28ef4d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openmp45/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ MINIFE_MATRIX_TYPE = -DMINIFE_CSR_MATRIX

#-----------------------------------------------------------------------

CFLAGS = -O3 -fopenmp -fopenmp-targets=nvptx64-nvidia-cuda \
--cuda-path=$(CUDA_ROOT)
CFLAGS = -v -O3 -fopenmp -fopenmp-targets=nvptx64-nvidia-cuda \
--cuda-path=$(CUDA_ROOT) -ffp-contract=fast -fopenmp-nonaliased-maps
CXXFLAGS = $(CFLAGS)

CPPFLAGS = -I. -I../utils -I../fem $(MINIFE_TYPES) \
Expand Down

0 comments on commit 28ef4d3

Please sign in to comment.