4 #include <gtest/gtest.h>
14 int main(
int argc,
char **argv) {
15 ::testing::InitGoogleTest(&argc, argv);
17 const int ierr = MPI_Init(
nullptr,
nullptr);
20 MPI_Comm_rank(MPI_COMM_WORLD, &rank);
23 srand((
unsigned int) time(0)+rank);
24 for(
unsigned int i=0; i<100; ++i ) { rand(); }
26 const int res = RUN_ALL_TESTS();
int main(int argc, char **argv)