inst/tests/gather.r

suppressPackageStartupMessages(library(pbdMPI, quietly=TRUE))

testval <- length(allgather(comm.rank()))
trueval <- comm.size()

if (comm.rank()==0) testval == trueval

finalize()
RBigData/pbdMPI documentation built on Jan. 31, 2024, 10:34 p.m.