Mentions légales du service

Skip to content
Snippets Groups Projects

Add glob2loc computation in spmUpdatComputeFields

Merged LISITO Alycia requested to merge alisito/spm:glob2loc_dst into master
@@ -250,6 +250,7 @@ spmUpdateComputedFields( spmatrix_t *spm )
MPI_Allreduce( &(spm->nnz), &(spm->gnnz), 1, SPM_MPI_INT, MPI_SUM, spm->comm );
MPI_Allreduce( &(spm->nexp), &(spm->gNexp), 1, SPM_MPI_INT, MPI_SUM, spm->comm );
MPI_Allreduce( &(spm->nnzexp), &(spm->gnnzexp), 1, SPM_MPI_INT, MPI_SUM, spm->comm );
spm_get_glob2loc( spm );
}
else
#endif
Loading