Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
argo
aml
Commits
48a6b5c7
Commit
48a6b5c7
authored
Sep 24, 2020
by
Swann Perarnau
Browse files
Merge branch 'hwloc_replicaset_fix' into 'staging'
[fix] initiator search See merge request
!159
parents
7812272a
44190bc0
Pipeline
#11432
passed with stages
in 4 minutes and 38 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/replicaset/hwloc.c
View file @
48a6b5c7
...
...
@@ -196,7 +196,7 @@ void *aml_replicaset_hwloc_local_replica(struct aml_replicaset *replicaset)
return
NULL
;
while
(
initiator
!=
NULL
&&
hwloc_get_nbobjs_by_depth
(
aml_topology
,
initiator
->
depth
)
>
replicaset
->
n
)
data
->
num_ptr
)
initiator
=
initiator
->
parent
;
if
(
initiator
==
NULL
)
...
...
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