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_pdata
Commits
723e3586
Commit
723e3586
authored
Dec 12, 2016
by
incardon
Browse files
Adding debug get workingdir
parent
2ecc1c99
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Decomposition/Distribution/Distribution_unit_tests.hpp
View file @
723e3586
...
...
@@ -10,6 +10,7 @@
#include "config.h"
#include "SpaceDistribution.hpp"
#include <unistd.h>
/*! \brief Set a sphere as high computation cost
*
...
...
@@ -308,6 +309,9 @@ BOOST_AUTO_TEST_CASE( DistParmetis_distribution_test)
#else
char
wct
[
256
];
std
::
cout
<<
"WORKING DIRECTORY: "
<<
getcwd
(
wct
,
256
)
<<
std
::
endl
;
bool
test
=
compare
(
"vtk_dist_parmetis_distribution_0.vtk"
,
"src/Decomposition/Distribution/test_data/vtk_dist_parmetis_distribution_0_test.vtk"
);
BOOST_REQUIRE_EQUAL
(
true
,
test
);
...
...
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