Mentions légales du service

Skip to content
Snippets Groups Projects

5 - Dist/SPMM

Merged Tony Delarue requested to merge tdelarue/spm:dist/spmm into master
2 files
+ 4
5
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
4
@@ -24,8 +24,7 @@
@@ -24,8 +24,7 @@
* @param[in] spm
* @param[in] spm
* The spm to gather.
* The spm to gather.
*
*
* @return The array if triplets { n, nnz, nnzexp } for all nodes on root
* @return The array of triplets { n, nnz, nnzexp } for all nodes.
* node(s), NULL otherwise.
*/
*/
static inline int *
static inline int *
spm_gather_init( const spmatrix_t *spm )
spm_gather_init( const spmatrix_t *spm )
@@ -48,8 +47,8 @@ spm_gather_init( const spmatrix_t *spm )
@@ -48,8 +47,8 @@ spm_gather_init( const spmatrix_t *spm )
* @param[in] spm
* @param[in] spm
* The spm to gather.
* The spm to gather.
*
*
* @param[in] spm
* @param[in] allcounts
* The spm to gather.
* The array of triplets { n, nnz, nnzexp } for all nodes.
*/
*/
static inline int
static inline int
spm_gather_check( const spmatrix_t *spm,
spm_gather_check( const spmatrix_t *spm,
Loading