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
72fa6626
Commit
72fa6626
authored
May 24, 2015
by
incardon
Browse files
fixing test
parent
643621a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/VCluster_unit_tests.hpp
View file @
72fa6626
...
...
@@ -360,7 +360,7 @@ BOOST_AUTO_TEST_CASE( VCluster_use_sendrecv)
{
global_step
=
j
;
// Processor step
size_t
ps
=
n_proc
/
8
+
1
;
size_t
ps
=
n_proc
/
(
8
+
1
)
;
// send message
openfpm
::
vector
<
openfpm
::
vector
<
unsigned
char
>>
message
;
...
...
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