From 5dc9c6271c86627b3d25e43024c4dd9c772cbd57 Mon Sep 17 00:00:00 2001 From: Pietro Incardona Date: Mon, 21 Mar 2016 13:55:25 +0100 Subject: [PATCH] Print before MPI_Init --- src/unit_test_init_cleanup.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unit_test_init_cleanup.hpp b/src/unit_test_init_cleanup.hpp index 061cebd..5a8a81a 100644 --- a/src/unit_test_init_cleanup.hpp +++ b/src/unit_test_init_cleanup.hpp @@ -12,8 +12,8 @@ struct ut_start { ut_start() { + BOOST_TEST_MESSAGE("Initialize global VCluster"); init_global_v_cluster(&boost::unit_test::framework::master_test_suite().argc,&boost::unit_test::framework::master_test_suite().argv); - BOOST_TEST_MESSAGE("Initialize global VCluster"); } ~ut_start() { BOOST_TEST_MESSAGE("Delete global VClster"); -- GitLab