Updated function test. Successful compile of single definition file (base, libraries, WRF, & WPS). Compiled with gcc
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
# to Intel)
|
||||
|
||||
AR = ar
|
||||
CC = icc
|
||||
CC = mpicc
|
||||
CXX = icpc
|
||||
FC = ifort -auto -warn notruncated_source -Bstatic -static-intel
|
||||
FC = mpifort -auto -warn notruncated_source -Bstatic -static-intel
|
||||
M4 = m4
|
||||
LINK = $(CC)
|
||||
|
||||
@@ -22,7 +22,7 @@ E132 = -extend-source 132
|
||||
# MFLAGS = -traceback -mavx -xAVX2 -march=corei7-avx2 # Haswell
|
||||
MFLAGS = -traceback -xHost # this-machine
|
||||
|
||||
OMPFLAGS = -openmp # for Intel compilers, version 15 or earlier
|
||||
OMPFLAGS = -qopenmp # for Intel compilers, version 15 or earlier
|
||||
OMPLIBS = -openmp
|
||||
# OMPFLAGS = -openmp -qopenmp
|
||||
# OMPLIBS = -openmp -qopenmp -qopenmp-link=static -shared_intel
|
||||
|
||||
Reference in New Issue
Block a user