Updated function test. Successful compile of single definition file (base, libraries, WRF, & WPS). Compiled with gcc

This commit is contained in:
Varyngoth
2026-04-02 19:37:16 -03:00
parent 374a8e2a4c
commit fcea86aa84
4 changed files with 545 additions and 270 deletions

View File

@@ -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