InstrumentFunctions
InstrumentFunctions
Section Execution::Debug
Type block
This input options controls which routines are going to be instrumented
for the tools selected using the Debug=instrument option.
%InstrumentFunctions
"function_name" | instrumentation_tool
%
Here is an example to better understand how this works:
%InstrumentFunctions
"grid/grid.F90.grid_init_from_grid_stage_1" | verrou
%
NOTE: Currently only a single function can be instrumented!
Available instrumentation tools:
Options:
- verrou:
Verrou helps you look for floating-point round-off errors.
- fenv:
Enable floating-point exceptions. Requires Octopus to be compiled against glibc.