ifort 2017 requires new option format

This commit is contained in:
Martin Diehl 2016-10-21 15:05:34 +02:00
parent c5217d8db5
commit cc28da502b
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ endif
# settings for shared memory multicore support
ifeq "$(OPENMP)" "ON"
OPENMP_FLAG_ifort =-openmp -openmp-report0 -parallel
OPENMP_FLAG_ifort =-qopenmp -parallel
OPENMP_FLAG_gfortran =-fopenmp
endif