Aurelien Bouteiller
Aurelien Bouteiller
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/290) by me.** ---------------------------------------- This name does not make sense anymore, we should simplify it to something less weird/internal looking as it is part of the user-facing interface.
## Description In preparation for v4.0, we use dplasma to validate correctness. This issue will track what does and does not work in dplasma. ### Describe the solution you'd like...
Fixes issue #641 * [ ] capture ci tag and compile for Cuda or HIP based on this tag, not on availability of the software stack. * [ ] decide...
## Describe the bug The stress:gpu compiled with CUDA support may crash when run on a system without a CUDA GPU. See https://github.com/ICLDisco/parsec/actions/runs/8190649752/job/22398165838?pr=515 Note that there appears to be some...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/124) by Damien Genet (Bitbucket: [dgenet](https://bitbucket.org/dgenet), GitHub: [dgenet](https://github.com/dgenet)).** ---------------------------------------- We discussed the API for PaRSEC before the 2.0.0 release. ``` #!c /** Struct **/ /* parsec_info_t: hashmap storing */...
If I simulate being unable to allocate memory on the device, both for data and for streams, I get the following stack: ``` #5 0x00007ffff7e57995 in parsec_list_destruct (list=0x7ffff7fbd2a0 ) at...
## Describe the bug Seen only once on #321, need to see if it also happens on master ### To Reproduce ``` 29302 Command: "/apps/spacks/2023-08-14/opt/spack/linux-rocky9-x86_64/gcc-11.3.1/openmpi-4.1.5-2rgaqk2wseegpmbdbbygvwrljccjaqsk/bin/mpiexec" "-n" "4" "dsl/did/dtd_test_task_insertion" ... 29329...
## Description Some time ago we changed `--mca runtime_bind_thread` to `--mca bind_thread`. Passing in the obsolete value is silently ignored, which is really error prone for end users. Learning from...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/306) by George Bosilca (Bitbucket: [bosilca](https://bitbucket.org/bosilca), GitHub: [bosilca](https://github.com/bosilca)).** ---------------------------------------- After the merge of [#491](https://bitbucket.org/icldistcomp/parsec/pull-requests/491) the users are required to call `parsec_dtd_get_dev_ptr` to convert the data copy pointer provided by...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/304) by Thomas Herault (Bitbucket: [herault](https://bitbucket.org/herault), GitHub: [therault](https://github.com/therault)).** ---------------------------------------- A DTD taskpool cannot discover tasks before it is enqueued into a context, because task insertion need to know the...