Mentions légales du service

Skip to content
Snippets Groups Projects

2 - SPM/Scatter

Merged Tony Delarue requested to merge tdelarue/spm:dist/spm_scatter into master
All threads resolved!
Files
14
+ 8
0
@@ -107,6 +107,14 @@ void spmGenFakeValues( spmatrix_t *spm );
* @{
*/
void spmInitDist( spmatrix_t *spm, SPM_Comm comm );
spmatrix_t *spmScatter( const spmatrix_t *spm,
spm_int_t n,
const spm_int_t *loc2glob,
int distByColumn,
int root,
SPM_Comm comm );
spmatrix_t *spmGather ( const spmatrix_t *spm,
int root );
/**
* @}
Loading