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!
27 files
+ 223
89
Compare changes
  • Side-by-side
  • Inline
Files
27
+ 1
1
@@ -400,7 +400,7 @@ void chameleon_pzgetrf( struct chameleon_pzgetrf_s *ws,
if ( (ws->alg == ChamGetrfNoPivPerColumn) ||
(ws->alg == ChamGetrfNoPiv ) )
{
RUNTIME_ipiv_init( IPIV );
RUNTIME_ipiv_init( sequence, IPIV );
}
RUNTIME_options_finalize( &options, chamctxt );
Loading