Name
TAU_SET_INTERRUPT_INTERVAL — Change the inter-interrupt interval for tracking memory and headroom
Synopsis
C/C++:
TAU_SET_INTERRUPT_INTERVAL(
value)
;
int value;
Fortran:
TAU_SET_INTERRUPT_INTERVAL(
value)
;
integer value;
Description
Set the interrupt interval for tracking memory and headroom (See TAU_TRACK_MEMORY and TAU_TRACK_MEMORY_HEADROOM). By default an inter-interrupt interval of 10 seconds is used in TAU. This call allows the user to set it to a different value specified by the argument value.