Mentions légales du service

Skip to content
Snippets Groups Projects

Draft: Spm Dispatch

Closed Tony Delarue requested to merge tdelarue/spm:spm_dispatch into master
Files
6
+ 11
8
@@ -118,14 +118,17 @@ void spmGenFakeValues( spmatrix_t *spm );
@@ -118,14 +118,17 @@ void spmGenFakeValues( spmatrix_t *spm );
* @name SPM distribution subroutines
* @name SPM distribution subroutines
* @{
* @{
*/
*/
spmatrix_t *spmScatter( const spmatrix_t *spm,
spmatrix_t *spmScatter ( const spmatrix_t *spm,
spm_int_t n,
spm_int_t n,
const spm_int_t *loc2glob,
const spm_int_t *loc2glob,
int distByColumn,
int distByColumn,
int root,
int root,
SPM_Comm comm );
SPM_Comm comm );
spmatrix_t *spmGather ( const spmatrix_t *spm,
spmatrix_t *spmGather ( const spmatrix_t *spm,
int root );
int root );
 
spmatrix_t *spmRedistribute( const spmatrix_t *spm,
 
const spm_int_t *newl2g,
 
spm_int_t new_n );
/**
/**
* @}
* @}
Loading