Skip to content
Snippets Groups Projects
Commit c9279e7b authored by ESCOBAR MUNOZ Juan's avatar ESCOBAR MUNOZ Juan
Browse files

Juan 12/06/203:Rules.LXcray.mk, add "-hcpu=x86-64" option to managed compilation of Nectdf/Eccode

parent eafffa4f
No related branches found
No related tags found
No related merge requests found
......@@ -250,11 +250,13 @@ MNH_COMPRESS=yes
MNH_GRIBAPI=no
#
NETCDF_SUPPFLAGS='-emf'
ECCODES_FFLAGS='-emf -hsystem_alloc'
ECCODES_CFLAGS=' -gdwarf-4 '
ECCODES_FFLAGS='-hcpu=x86-64 -emf -hsystem_alloc'
ECCODES_CFLAGS='-hcpu=x86-64 -gdwarf-4 '
EC_CONF='-DIEEE_LE=1'
CDF_CONF= CPP=cpp
HDF_CONF= CPP=cpp
HDF_CONF= CPP=cpp
HDF_OPT ?= -hcpu=x86-64
NETCDF_OPT ?= -hcpu=x86-64
#
# Bypat nvidia70 problème
ifeq "$(CRAY_ACCEL_TARGET)" "nvidia70"
......
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