Aurelien Bouteiller
Aurelien Bouteiller
If we do not remove a bad fd from the select list we keep getting the same error from select, and we stop doing any progress as we loop on...
This PR adds the new functions introduced during the May 2022 MPI Forum plenary reading. These functions provide a simplified interface to query the failed processes in a communicator, and...
Adding man pages that document ULFM functions. The function are documented in the form that assumes pending PRs #10507 #9925 are merged prior.
Add the ishrink procedure cherry-picked from pr #9925 pr #11447
Reenable detection of AVX capabilities even if compiler would not generate vectorized AVX code (because libraries like mkl can still use it). With the current status, the AVX availability on...
In some cases CPU SYRKs would execute when there is a valid GPU hook, because the CPU load (which is never updated hence is always having an eta of 0+time_estimate)...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/242) by Qinglei Cao (Bitbucket: [Qinglei_Cao](https://bitbucket.org/Qinglei_Cao), ).** ---------------------------------------- If a taskpool runs on GPU, it seems that status on GPU \(some GPU data\_copy\_t, load between devices\) is not reset...
**[Original report](https://bitbucket.org/icldistcomp/parsec/issue/271) by Omri Mor (Bitbucket: [omrimor2](https://bitbucket.org/omrimor2), GitHub: [omor1](https://github.com/omor1)).** ---------------------------------------- ```c diag = /* 0 if includes diagonal, 1 otherwise */ if (uplo == matrix_Upper) { nmax = n-diag; for...