22int main(
int argc,
char **argv) {
25 #ifdef COMPADRE_USE_MPI
26 MPI_Init(&argc, &argv);
30 ::testing::InitGoogleTest(&argc, argv);
33 Kokkos::initialize(argc, argv);
36 ::testing::GTEST_FLAG(filter) =
"*";
37 int sig = RUN_ALL_TESTS();
43 #ifdef COMPADRE_USE_MPI