Skip to content

Commit b349209

Browse files
authored
Merge pull request #6561 from benmenadue/fix-scoll-fca
v4.0.x: scoll/fca: add missing argument to call to original broadcast
2 parents db1cb30 + 001fa5b commit b349209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oshmem/mca/scoll/fca/scoll_fca_ops.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ int mca_scoll_fca_broadcast(struct oshmem_group_t *group,
8888
source,
8989
nlong,
9090
pSync,
91+
nlong_type,
9192
SCOLL_DEFAULT_ALG);
9293
return rc;
9394
}

0 commit comments

Comments
 (0)