Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
O
openfpm_pdata
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Package Registry
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
argupta
openfpm_pdata
Commits
23737454
Commit
23737454
authored
Apr 06, 2017
by
incardon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixing compilation error with CLASS1
parent
cb130fcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/Decomposition/Distribution/ParMetisDistribution.hpp
src/Decomposition/Distribution/ParMetisDistribution.hpp
+3
-0
No files found.
src/Decomposition/Distribution/ParMetisDistribution.hpp
View file @
23737454
...
@@ -546,6 +546,9 @@ public:
...
@@ -546,6 +546,9 @@ public:
void
setCommunicationCost
(
size_t
v_id
,
size_t
e
,
size_t
communication
)
void
setCommunicationCost
(
size_t
v_id
,
size_t
e
,
size_t
communication
)
{
{
#ifdef SE_CLASS1
#ifdef SE_CLASS1
size_t
e_id
=
v_id
+
e
;
if
(
e_id
>=
gp
.
getNEdge
())
if
(
e_id
>=
gp
.
getNEdge
())
std
::
cerr
<<
"Such edge doesn't exist (id = "
<<
e_id
<<
", "
<<
"total size = "
<<
gp
.
getNEdge
()
<<
")
\n
"
;
std
::
cerr
<<
"Such edge doesn't exist (id = "
<<
e_id
<<
", "
<<
"total size = "
<<
gp
.
getNEdge
()
<<
")
\n
"
;
#endif
#endif
...
...
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