This repository was archived by the owner on Sep 30, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Expand file tree Collapse file tree 3 files changed +3
-17
lines changed Original file line number Diff line number Diff line change 11/*
22 * Copyright (c) 2013 Mellanox Technologies, Inc.
33 * All rights reserved.
4- * Copyright (c) 2015 Research Organization for Information Science
4+ * Copyright (c) 2015-2016 Research Organization for Information Science
55 * and Technology (RIST). All rights reserved.
66 * $COPYRIGHT$
77 *
1616#include "oshmem/runtime/runtime.h"
1717#include "oshmem/runtime/params.h"
1818
19- #if OMPI_ENABLE_MPI_PROFILING
20- #define MPI_Allgather PMPI_Allgather
21- #define MPI_Allgatherv PMPI_Allgatherv
22- #define MPI_Barrier PMPI_Barrier
23- #endif
24-
2519int oshmem_shmem_allgather (void * send_buf , void * rcv_buf , int elem_size )
2620{
2721 int rc ;
Original file line number Diff line number Diff line change 11/*
22 * Copyright (c) 2013 Mellanox Technologies, Inc.
33 * All rights reserved.
4- * Copyright (c) 2015 Research Organization for Information Science
4+ * Copyright (c) 2015-2016 Research Organization for Information Science
55 * and Technology (RIST). All rights reserved.
66 * $COPYRIGHT$
77 *
5858#include "oshmem/shmem/shmem_lock.h"
5959#include "oshmem/runtime/oshmem_shmem_preconnect.h"
6060
61- #if OMPI_ENABLE_MPI_PROFILING
62- #define MPI_Comm_free PMPI_Comm_free
63- #endif
64-
6561static int _shmem_finalize (void );
6662
6763int oshmem_shmem_finalize (void )
Original file line number Diff line number Diff line change 11/*
22 * Copyright (c) 2013 Mellanox Technologies, Inc.
33 * All rights reserved.
4- * Copyright (c) 2015 Research Organization for Information Science
4+ * Copyright (c) 2015-2016 Research Organization for Information Science
55 * and Technology (RIST). All rights reserved.
66 * Copyright (c) 2015 Cisco Systems, Inc. All rights reserved.
77 * $COPYRIGHT$
8282#ident OSHMEM_IDENT_STRING
8383#endif
8484
85- #if OMPI_ENABLE_MPI_PROFILING
86- #define MPI_Comm_dup PMPI_Comm_dup
87- #endif
88-
8985/*
9086 * WHAT: add thread for invoking opal_progress() function
9187 * WHY: SHMEM based on current ompi/trunk (by the time of integrating into Open MPI)
You can’t perform that action at this time.
0 commit comments