Mentions légales du service

Skip to content
Snippets Groups Projects

Feature mpi comm user

Merged PRUVOST Florent requested to merge fpruvost/chameleon:feature-mpi-comm-user into master
All threads resolved!
7 files
+ 41
21
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 2
2
@@ -19,7 +19,7 @@
* @author Florent Pruvost
* @author Matthieu Kuhn
* @author Lionel Eyraud-Dubois
* @date 2023-09-08
* @date 2024-03-16
*
* @precisions normal z -> s d c
*
@@ -280,7 +280,7 @@ CHAMELEON_zgetrf( int M, int N, CHAMELEON_Complex64_t *A, int LDA, int *IPIV )
if ( ( ws->alg == ChamGetrfPPivPerColumn ) ||
( ws->alg == ChamGetrfPPiv ) )
{
RUNTIME_ipiv_gather( &descIPIV, IPIV, 0 );
RUNTIME_ipiv_gather( sequence, &descIPIV, IPIV, 0 );
}
chameleon_sequence_wait( chamctxt, sequence );
Loading