ICLDisco / parsec

PaRSEC is a generic framework for architecture aware scheduling and management of micro-tasks on distributed, GPU accelerated, many-core heterogeneous architectures. PaRSEC assigns computation threads to the cores, GPU accelerators, overlaps communications and computations and uses a dynamic, fully-distributed scheduler based on architectural features such as NUMA nodes and algorithmic features such as data reuse.
Other
48 stars 17 forks source link

Fix the user-triggered termination test #664

Open therault opened 2 months ago

therault commented 2 months ago
bosilca commented 3 weeks ago

This is breaking existing capabilities. The termination detection capability should work in all cases, not only when then context is started after the taskpool creation.