Navigation :
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 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.
Source information
basic/debug.F90 : 148
if (parse_block(namespace, "InstrumentFunctions", blk) == 0) then