Skip to content

Commit

Permalink
Add -fopenmp for OpenMP support with cray-cray
Browse files Browse the repository at this point in the history
  • Loading branch information
xylar committed Jan 30, 2024
1 parent 4fb8edd commit d6b1807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/mpas-framework/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -462,8 +462,8 @@ cray-cray:
"CFLAGS_DEBUG = -O0 -g" \
"CXXFLAGS_DEBUG = -O0 -g" \
"LDFLAGS_DEBUG = -O0 -g -Ktrap=divz,fp,inv,ovf" \
"FFLAGS_OMP = -h omp" \
"CFLAGS_OMP = -h omp" \
"FFLAGS_OMP = -homp -fopenmp" \
"CFLAGS_OMP = -homp -fopenmp" \
"PICFLAG = -f pic" \
"BUILD_TARGET = $(@)" \
"CORE = $(CORE)" \
Expand Down

0 comments on commit d6b1807

Please sign in to comment.