Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
vtk-m
Commits
43b4bf46
Commit
43b4bf46
authored
Feb 18, 2021
by
dpugmire
Browse files
Fix for serial builds.
parent
ebb1019a
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/filter/particleadvection/Messenger.h
View file @
43b4bf46
...
...
@@ -44,15 +44,15 @@ public:
#endif
}
int
GetRank
()
const
{
return
this
->
Rank
;
}
int
GetNumRanks
()
const
{
return
this
->
NumRanks
;
}
#ifdef VTKM_ENABLE_MPI
VTKM_CONT
void
RegisterTag
(
int
tag
,
std
::
size_t
numRecvs
,
std
::
size_t
size
);
protected:
static
std
::
size_t
CalcMessageBufferSize
(
std
::
size_t
msgSz
);
int
GetRank
()
const
{
return
this
->
Rank
;
}
int
GetNumRanks
()
const
{
return
this
->
NumRanks
;
}
void
InitializeBuffers
();
void
CheckPendingSendRequests
();
void
CleanupRequests
(
int
tag
=
TAG_ANY
);
...
...
Atkins, Charles Vernon
@atkins3
mentioned in commit
a42bb1b0
·
Mar 03, 2021
mentioned in commit
a42bb1b0
mentioned in commit a42bb1b0c70cd9a1bfa41282512611d193b5370d
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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