Skip to content

Commit 001fa5b

Browse files
committed
Add missing nlong_type parameter to call to original broadcast in scoll/fca broadcast.
Signed-off-by: Ben Menadue <[email protected]>
1 parent 8261cda commit 001fa5b

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)