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
Kirill Terekhov
INMOST
Commits
c42ca152
Commit
c42ca152
authored
Jun 08, 2015
by
Kirill Nikitin
Browse files
Tiny bug fix
parent
2d42caac
Changes
1
Show whitespace changes
Inline
Side-by-side
mesh_parallel.cpp
View file @
c42ca152
...
@@ -1005,7 +1005,7 @@ namespace INMOST
...
@@ -1005,7 +1005,7 @@ namespace INMOST
//~ #else
//~ #else
std
::
vector
<
unsigned
>
sendsizeall
(
mpisize
*
2
);
std
::
vector
<
unsigned
>
sendsizeall
(
mpisize
*
2
);
int
pack_size2
=
0
;
int
pack_size2
=
0
;
unsigned
long
usend
[
2
]
=
{
static_cast
<
unsigned
>
(
sendsize
),
static_cast
<
unsigned
>
(
pack_real
.
size
())};
unsigned
usend
[
2
]
=
{
static_cast
<
unsigned
>
(
sendsize
),
static_cast
<
unsigned
>
(
pack_real
.
size
())};
MPI_Pack_size
(
2
,
MPI_UNSIGNED
,
comm
,
&
pack_size2
);
MPI_Pack_size
(
2
,
MPI_UNSIGNED
,
comm
,
&
pack_size2
);
for
(
dynarray
<
integer
,
64
>::
size_type
k
=
0
;
k
<
procs
.
size
();
k
++
)
for
(
dynarray
<
integer
,
64
>::
size_type
k
=
0
;
k
<
procs
.
size
();
k
++
)
{
{
...
...
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