Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sbalzarini Lab
S
Software
P
Parallel Computing
OpenFPM
openfpm_vcluster
Commits
5dc9c627
Commit
5dc9c627
authored
Mar 21, 2016
by
Pietro Incardona
Browse files
Print before MPI_Init
parent
a3324e71
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/unit_test_init_cleanup.hpp
View file @
5dc9c627
...
...
@@ -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"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment