Skip to content

Commit 3799a21

Browse files
author
Alessandro Fanfarillo
committed
Addresses issue 235
1 parent dfe2ec0 commit 3799a21

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/libcaf.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,12 +233,16 @@ void PREFIX(sendget_by_ref) (caf_token_t dst_token, int dst_image_index,
233233
bool may_require_tmp, int *dst_stat, int *src_stat);
234234
#endif
235235

236+
void PREFIX (co_broadcast) (gfc_descriptor_t *, int, int *, char *, int);
236237
void PREFIX (co_max) (gfc_descriptor_t *, int, int *, char *, int, int);
237238
void PREFIX (co_min) (gfc_descriptor_t *, int, int *, char *, int, int);
239+
void PREFIX (co_reduce) (gfc_descriptor_t *, void *(*opr) (void *, void *),
240+
int, int, int *, char *, int , int);
238241
void PREFIX (co_sum) (gfc_descriptor_t *, int, int *, char *, int);
239242

240243
void PREFIX (sync_all) (int *, char *, int);
241244
void PREFIX (sync_images) (int, int[], int *, char *, int);
245+
void PREFIX (sync_memory) (int *, char *, int);
242246

243247
void PREFIX (error_stop_str) (const char *, int32_t)
244248
__attribute__ ((noreturn));

0 commit comments

Comments
 (0)