Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
argupta
openfpm_vcluster
Commits
09caef4a
Commit
09caef4a
authored
Jun 30, 2017
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding error message
parent
7030e7f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
src/VCluster/VCluster.hpp
src/VCluster/VCluster.hpp
+5
-0
No files found.
src/VCluster/VCluster.hpp
View file @
09caef4a
...
...
@@ -365,6 +365,11 @@ class Vcluster: public Vcluster_base
openfpm
::
vector
<
size_t
>
&
sz
,
size_t
root
)
{
#ifdef SE_CLASS1
if
(
&
send
==
&
recv
)
{
std
::
cerr
<<
"Error: "
<<
__FILE__
<<
":"
<<
__LINE__
<<
" using SGather in general the sending object and the receiving object must be different"
<<
std
::
endl
;}
#endif
// Reset the receive buffer
reset_recv_buf
();
...
...
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