Aurelien Bouteiller
Aurelien Bouteiller
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/278) by Qinglei Cao (Bitbucket: [Qinglei_Cao](https://bitbucket.org/Qinglei_Cao), ).** ---------------------------------------- If the execution scope of a task class is defined like this: ``` 281 potrf_dtrsm(m, k) [high_priority = on] 282 283...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/244) by Florent Lopez (Bitbucket: [mermoz](https://bitbucket.org/mermoz), GitHub: [mermoz](https://github.com/mermoz)).** ---------------------------------------- Before I start, I want to mention that I am currently using Parsec `topic/collective` branch from the Reazul Parsec code...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/59) by George Bosilca (Bitbucket: [bosilca](https://bitbucket.org/bosilca), GitHub: [bosilca](https://github.com/bosilca)).** ---------------------------------------- These tasks should enqueue one fake tasks on each execution context, based on their scope. Once these fake tasks are...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/58) by George Bosilca (Bitbucket: [bosilca](https://bitbucket.org/bosilca), GitHub: [bosilca](https://github.com/bosilca)).** ---------------------------------------- Add support for atomic tasks, tasks that update their output atomically. This should be guaranteed by the engine, and all...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/42) by George Bosilca (Bitbucket: [bosilca](https://bitbucket.org/bosilca), GitHub: [bosilca](https://github.com/bosilca)).** ---------------------------------------- Currently the mechanism we use to allocate memory for internal usages, is tied to the NUMA node of the thread...
## Description As we are closing on releasing API v4, we will need to review copyrights and author files for accuracy. ### Describe the solution you'd like We have a...
https://bitbucket.org/icldistcomp/parsec/pull-requests/493 - [x] add info comm=%p to permit selection of comm before init - [ ] add parsec_info_create, use parsec_info_set to pass-in arguments to parsec before parsec_init - [x] Dplasma...
This need merged before release * [ ] run copycheck.sh -u -m again just before release * [ ] complete adding copyrights in files listed below (or remove them from...
## Describe the bug Termdet causes recursive to crash. ### To Reproduce Steps to reproduce the behavior: 1. Checkout b958ae9f 2. Checkout parsec 9fc74b6f1 3. Compile with the following options...
The number of active send-recv are hardcoded in defines. This should be read from an mca param. _Originally posted by @abouteiller in https://github.com/ICLDisco/parsec/pull/538#discussion_r1191199059_