Skip to content
Snippets Groups Projects
Commit f7905072 authored by RIETTE Sébastien's avatar RIETTE Sébastien
Browse files

S. Riette 13 Dec 2023: re-enable inlining for NEC

parent 210159a2
No related branches found
No related tags found
No related merge requests found
# Compilation
$FCOMPILER = mpinfort
$BASE_FFLAGS = -c -fopenmp -traceback=verbose -fdiag-vector=3 -fdiag-inline=2 -fpic -mstack-arrays -fdefault-real=8
$PROD_FFLAGS = -g -O3 -mno-vector-fma -mvector-floating-divide-instruction -mvector-sqrt-instruction -fcse-after-vectorization -mvector-advance-gather
$PROD_FFLAGS = -g -O3 -mno-vector-fma -finline-functions -finline-max-depth=3 -mvector-floating-divide-instruction -mvector-sqrt-instruction -fcse-after-vectorization -mvector-advance-gather
$DEV_FFLAGS = -g -O0
$DEBUG_FFLAGS = -g -O0 -fbounds-check -minit-stack=snan
$CCOMPILER = mpincc
......
# Compilation
$FCOMPILER = mpinfort
$BASE_FFLAGS = -c -fopenmp -traceback=verbose -fdiag-vector=3 -fdiag-inline=2 -fpic -mstack-arrays
$PROD_FFLAGS = -g -O3 -mno-vector-fma -mvector-floating-divide-instruction -mvector-sqrt-instruction -fcse-after-vectorization -mvector-advance-gather
$PROD_FFLAGS = -g -O3 -mno-vector-fma -finline-functions -finline-max-depth=3 -mvector-floating-divide-instruction -mvector-sqrt-instruction -fcse-after-vectorization -mvector-advance-gather
$DEV_FFLAGS = -g -O0
$DEBUG_FFLAGS = -g -O0 -fbounds-check -minit-stack=snanf
$CCOMPILER = mpincc
......
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