Skip to content
Snippets Groups Projects
Commit aa6a90d1 authored by Goetz Gaycken's avatar Goetz Gaycken
Browse files

Minimal modification for single threaded PRD to track association with MT scheduler.

The association map is stored in storegate for cases in which the PRD association
is shared across multiple algorithms. The PRD_AssociationTool is still used for the
cases in which the PRD association is shared between multiple tools but which are
all related to a single algorithm instance. Thus, the PRD_AssociationTool still has
to be public for tha latter cases. The current configuration does not ensure
that tool instances are confined to single algorithms. Thus, in case of more than
one thread, different algorithms may still operate concurrently on the same internal
association map, which can be mitigated by configuration changes (to be done).
parent d3f03d0e
No related branches found
No related tags found
Loading
Showing
with 601 additions and 179 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment