Skip to content
Snippets Groups Projects
Commit 6108b857 authored by WAUTELET Philippe's avatar WAUTELET Philippe
Browse files

Added rules for the Intel Fortran compiler

parent f926995e
No related branches found
No related tags found
No related merge requests found
CPP = cpp -P -traditional -Wcomment
AR = ar
CC = cc
F77 = ifort
F90 = ifort
CPPFLAGS =
F90FLAGS =
F77FLAGS =
LDFLAGS =
F77FLAGS +=
F90FLAGS += -O2
CPPFLAGS = -DLITTLE_endian
OBJS=comppar.o compress.o decompress.o nearestpow2.o searchgrp.o bitbuff.o ieee_is_nan.o
F77FLAGS += -O3 -assume byterecl
CFLAGS += -O2
CPPFLAGS += -DLINUX -DSWAPIO
OBJS = NEWLFI_ALL.o poub.o fswap8buff.o
# version de Didier recompile pour LinuX avec un seul _
#NETCDFHOME=/mesonh/MAKE/lib/netcdf-3.5.0.LX
#NETCDFHOME=/usr/local/netcdf-3.5.0
#
#NETCDFHOME = /workdir/NETCDF_LIB
#DIR_CDF = $(NETCDFHOME)/lib
#LIBCDF = $(DIR_CDF)/libnetcdf.a
#NETCDFHOME = /usr/local/netcdf4-tools
#DIR_CDF = $(NETCDFHOME)/lib64
#LIBCDF = -L$(DIR_CDF) -lnetcdff
#NETCDFHOME = /workdir/MESONH/MNH-V5-1-3/src/LIB/netcdf-4.1.3-LXgfortranI4
#DIR_CDF = $(NETCDFHOME)/lib64
#LIBCDF = -L$(DIR_CDF) -lnetcdff -lnetcdf -lhdf5_hl -lhdf5
NETCDFCHOME = /home/waup/installations/libraries/netcdf-c/4.3.3.1_ser
NETCDFFHOME = /home/waup/installations/libraries/netcdf-fortran/4.4.2_ser
DIR_CDFC = $(NETCDFCHOME)/lib64
DIR_CDFF = $(NETCDFFHOME)/lib64
DIR_HDF5 = /home/waup/installations/libraries/HDF5/1.8.15p1_ser/lib64
LIBCDF = -L$(DIR_CDFC) -L$(DIR_CDFF) -L$(DIR_HDF5) -lnetcdff -lnetcdf -lhdf5_hl -lhdf5
###################################
INC += -I$(NETCDFFHOME)/include
F90FLAGS += -O2
LDFLAGS +=
LFI_INT=4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment