Skip to content

Commit 424b973

Browse files
committed
resolve conflict
1 parent 7dc3030 commit 424b973

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

mpi-proxy-split/util/mpi-logger/mpi_logger.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ int MPI_Irecv(void *buf, int count, MPI_Datatype datatype, int source,
273273
*((unsigned char *)buf + 6), *((unsigned char *)buf + 7), source, tag,
274274
Irecv_counter);
275275
#endif
276-
<<<<<<< HEAD
277-
#endif
278-
=======
279-
>>>>>>> 701f1fb (bug fx)
280276
int retval;
281277
retval = NEXT_FNC(MPI_Irecv)(buf, count, datatype, source, tag, comm, request);
282278
return retval;

0 commit comments

Comments
 (0)