Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SWIFT
SWIFTsim
Commits
09a2b67d
Commit
09a2b67d
authored
Jan 18, 2019
by
Peter W. Draper
Browse files
Typo
parent
c7b12407
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/partition.c
View file @
09a2b67d
...
...
@@ -1588,7 +1588,7 @@ static void repart_memory_metis(struct repartition *repartition, int nodeID,
/* And repartition. */
#ifdef HAVE_PARMETIS
if
(
repartition_partition
->
usemetis
)
{
pick_metis
(
nodeID
,
s
,
nr_nodes
,
weights
,
NULL
,
reparition
->
celllist
);
pick_metis
(
nodeID
,
s
,
nr_nodes
,
weights
,
NULL
,
repar
t
ition
->
celllist
);
}
else
{
pick_parmetis
(
nodeID
,
s
,
nr_nodes
,
weights
,
NULL
,
refine
,
repartition
->
adaptive
,
repartition
->
itr
,
...
...
Write
Preview
Supports
Markdown
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