Home | History | Annotate | Download | only in mpi

Lines Matching refs:szB

1807    int    err, szB = 0;
1818 err = PMPI_Pack_size( incount, datatype, comm, &szB );
1819 if (err == MPI_SUCCESS && szB > 0) {
1821 ((char*)outbuf) + position_ORIG, szB
1856 int err, szB = 0;
1867 err = PMPI_Pack_size( outcount, datatype, comm, &szB );
1868 if (err == MPI_SUCCESS && szB > 0) {
1870 ((char*)inbuf) + position_ORIG, szB