|
9 | 9 | * University of Stuttgart. All rights reserved.
|
10 | 10 | * Copyright (c) 2004-2005 The Regents of the University of California.
|
11 | 11 | * All rights reserved.
|
12 |
| - * Copyright (c) 2007-2020 Cisco Systems, Inc. All rights reserved |
| 12 | + * Copyright (c) 2007-2021 Cisco Systems, Inc. All rights reserved |
13 | 13 | * Copyright (c) 2008-2009 Sun Microsystems, Inc. All rights reserved.
|
14 | 14 | * Copyright (c) 2009-2012 Oak Rigde National Laboratory. All rights reserved.
|
15 | 15 | * Copyright (c) 2011-2020 Sandia National Laboratories. All rights reserved.
|
@@ -1705,7 +1705,7 @@ OMPI_DECLSPEC int MPI_Pready(int partitions, MPI_Request request);
|
1705 | 1705 | OMPI_DECLSPEC int MPI_Pready_range(int partition_low, int partition_high,
|
1706 | 1706 | MPI_Request request);
|
1707 | 1707 | OMPI_DECLSPEC int MPI_Pready_list(int length, int partition_list[], MPI_Request request);
|
1708 |
| -OMPI_DECLSPEC int MPI_Precv_init(const void* buf, int partitions, MPI_Count count, |
| 1708 | +OMPI_DECLSPEC int MPI_Precv_init(void* buf, int partitions, MPI_Count count, |
1709 | 1709 | MPI_Datatype datatype, int source, int tag, MPI_Comm comm,
|
1710 | 1710 | MPI_Request *request);
|
1711 | 1711 | OMPI_DECLSPEC int MPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status *status);
|
@@ -2321,7 +2321,7 @@ OMPI_DECLSPEC int PMPI_Isend(const void *buf, int count, MPI_Datatype datatype,
|
2321 | 2321 | int tag, MPI_Comm comm, MPI_Request *request);
|
2322 | 2322 | OMPI_DECLSPEC int PMPI_Issend(const void *buf, int count, MPI_Datatype datatype, int dest,
|
2323 | 2323 | int tag, MPI_Comm comm, MPI_Request *request);
|
2324 |
| -OMPI_DECLSPEC int PMPI_Precv_init(const void* buf, int partitions, MPI_Count count, |
| 2324 | +OMPI_DECLSPEC int PMPI_Precv_init(void* buf, int partitions, MPI_Count count, |
2325 | 2325 | MPI_Datatype datatype, int source, int tag, MPI_Comm comm,
|
2326 | 2326 | MPI_Request *request);
|
2327 | 2327 | OMPI_DECLSPEC int PMPI_Psend_init(const void* buf, int partitions, MPI_Count count,
|
|
0 commit comments