Skip to content

synchronize

Mario Bielert edited this page Jun 29, 2017 · 3 revisions

The synchronize policy is used to provide a synchronize handler for non-async policies.

This policy conflicts with the async policy.

Required methods

void synchronize(bool is_responsible, SCOREP_MetricSynchronizationMode mode)

This method gets called to synchronise the time between the plugin, Score-P and the measurement.

Arguments:

  • is_responsible - signalises, whether the thread is used responsible to do the time synchronisation, e.g. master thread
  • mode - gives a hint, the the synchronisation is called

Provided methods

This policy doesn't provide any methods.

See also

Clone this wiki locally