Skip to content

Commit

Permalink
Minor modifications
Browse files Browse the repository at this point in the history
   Makefile. Optimization option “-ipo” for the “ifort” compiler.
  • Loading branch information
AndreaAmicarelliRSE authored and AndreaAmicarelliRSE committed Mar 27, 2020
1 parent f6cc899 commit 2462246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ EXECUTION = debug_omp
# "ifort_debug" and "ifort_debug_omp"
# -g -O0 -traceback -C -check bounds -check noarg_temp_created -debug all -fpe0
# "ifort_bin"
# -O2
# -O2 -ipo
COMPILATION_FLAGS_O2 = -g -O0 -fbacktrace -C -Wall -fbounds-check
# To be used only for development purposes
COMPILATION_FLAGS_O1 = -g -O0 -fbacktrace -C -Wall -fbounds-check
Expand Down

0 comments on commit 2462246

Please sign in to comment.