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

Juan 26/10/2022:Rules.LXcray.mk, add "-G2" & "-gdwarf-4" to generate binary...

Juan 26/10/2022:Rules.LXcray.mk, add "-G2" & "-gdwarf-4" to generate binary with compatible debug info for gdb/hpctoolkit
parent b4281885
No related branches found
No related tags found
No related merge requests found
......@@ -9,10 +9,10 @@
##########################################################
#OBJDIR_PATH=/home/escj/azertyuiopqsdfghjklm/wxcvbn/azertyuiopqsdfghjklmwxcvbn
#
OPT_BASE = -hpic -emf -h acc_model=auto_async_none:no_fast_addr:no_deep_copy
OPT_BASE = -hpic -emf -h acc_model=auto_async_none:no_fast_addr:no_deep_copy -halias=none
OPT_PERF0 = -O0 -g
OPT_PERF1 = -O1 -hflex_mp=intolerant -Ofp0 -hnofma -hnoomp -K trap=fp
OPT_PERF2 = -O2 -hflex_mp=intolerant -Ofp0 -hnofma -hnoomp
OPT_PERF1 = -G2 -O1 -hflex_mp=intolerant -Ofp0 -hnofma -hnoomp -K trap=fp -hipa0
OPT_PERF2 = -G2 -O2 -hflex_mp=intolerant -Ofp0 -hnofma -hnoomp -hipa0
#
OPT_NOOPENACC = -hnoacc
OPT_OPENACC = -hacc
......@@ -204,6 +204,7 @@ MNH_GRIBAPI=no
#
NETCDF_SUPPFLAGS='-emf'
ECCODES_FFLAGS='-emf'
ECCODES_CFLAGS=' -gdwarf-4 '
##########################################################
# #
# Source of MESONH PACKAGE Distribution #
......
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