|
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.
|
@@ -1774,7 +1774,7 @@ OMPI_DECLSPEC int MPI_Pready(int partitions, MPI_Request request);
|
1774 | 1774 | OMPI_DECLSPEC int MPI_Pready_range(int partition_low, int partition_high,
|
1775 | 1775 | MPI_Request request);
|
1776 | 1776 | OMPI_DECLSPEC int MPI_Pready_list(int length, int partition_list[], MPI_Request request);
|
1777 |
| -OMPI_DECLSPEC int MPI_Precv_init(const void* buf, int partitions, MPI_Count count, |
| 1777 | +OMPI_DECLSPEC int MPI_Precv_init(void* buf, int partitions, MPI_Count count, |
1778 | 1778 | MPI_Datatype datatype, int source, int tag, MPI_Comm comm,
|
1779 | 1779 | MPI_Request *request);
|
1780 | 1780 | OMPI_DECLSPEC int MPI_Probe(int source, int tag, MPI_Comm comm, MPI_Status *status);
|
@@ -2431,7 +2431,7 @@ OMPI_DECLSPEC int PMPI_Isend(const void *buf, int count, MPI_Datatype datatype,
|
2431 | 2431 | int tag, MPI_Comm comm, MPI_Request *request);
|
2432 | 2432 | OMPI_DECLSPEC int PMPI_Issend(const void *buf, int count, MPI_Datatype datatype, int dest,
|
2433 | 2433 | int tag, MPI_Comm comm, MPI_Request *request);
|
2434 |
| -OMPI_DECLSPEC int PMPI_Precv_init(const void* buf, int partitions, MPI_Count count, |
| 2434 | +OMPI_DECLSPEC int PMPI_Precv_init(void* buf, int partitions, MPI_Count count, |
2435 | 2435 | MPI_Datatype datatype, int source, int tag, MPI_Comm comm,
|
2436 | 2436 | MPI_Request *request);
|
2437 | 2437 | OMPI_DECLSPEC int PMPI_Psend_init(const void* buf, int partitions, MPI_Count count,
|
|
0 commit comments