Skip to content
Snippets Groups Projects
Commit 293d22f3 authored by Kjartan Thor Wikfeldt's avatar Kjartan Thor Wikfeldt
Browse files

update cray openmp compiler flag in advanced exercise makefile

parent 387a7124
Branches
Tags
No related merge requests found
CC = cc
ifeq ($(CRAY_PRGENVCRAY), loaded)
CFLAGS = -O2 -homp
CFLAGS = -O2 -openmp
else ifeq ($(CRAY_PRGENVINTEL), loaded)
CFLAGS = -O2 -openmp
else ifeq ($(CRAY_PRGENVGNU), loaded)
......
FC = ftn
ifeq ($(CRAY_PRGENVCRAY), loaded)
FFLAGS = -O2 -homp
FFLAGS = -O2 -openmp
else ifeq ($(CRAY_PRGENVINTEL), loaded)
FFLAGS = -O2 -openmp
else ifeq ($(CRAY_PRGENVGNU), loaded)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment