Skip to content

Commit 44936f8

Browse files
author
Damian Rouson
committed
Finish merge of master into opencoarrays-teams
1 parent 811b4f4 commit 44936f8

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/mpi/mpi_caf.c

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,25 +1537,12 @@ assign_char1_from_char4 (size_t dst_size, size_t src_size, unsigned char *dst,
15371537
memset (&dst[n], ' ', dst_size - n);
15381538
}
15391539

1540-
<<<<<<< HEAD
1541-
1542-
/* Send array data from src to dest on a remote image. */
1543-
/* The last argument means may_require_temporary */
1544-
1545-
void
1546-
PREFIX (send) (caf_token_t token, size_t offset, int image_index,
1547-
gfc_descriptor_t *dest,
1548-
caf_vector_t *dst_vector __attribute__ ((unused)),
1549-
gfc_descriptor_t *src, int dst_kind, int src_kind,
1550-
bool mrt, int *stat, void* team)
1551-
=======
15521540
/** Convert convertable types.
15531541
Copied from the gcc:libgfortran/caf/single.c. Can't say much about it.
15541542
*/
15551543
static void
15561544
convert_type (void *dst, int dst_type, int dst_kind, void *src, int src_type,
15571545
int src_kind, int *stat)
1558-
>>>>>>> master
15591546
{
15601547
#ifdef HAVE_GFC_INTEGER_16
15611548
typedef __int128 int128t;

0 commit comments

Comments
 (0)