We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8d081c9 + a4504c4 commit 1da4d20Copy full SHA for 1da4d20
ompi/mpi/fortran/use-mpi-ignore-tkr/pmpi-ignore-tkr-interfaces.h
@@ -1,6 +1,6 @@
1
! -*- fortran -*-
2
!
3
-! Copyright (c) 2020 Research Organization for Information Science
+! Copyright (c) 2020-2022 Research Organization for Information Science
4
! and Technology (RIST). All rights reserved.
5
! $COPYRIGHT$
6
@@ -31,8 +31,8 @@
31
#define MPI_Alltoallw_init PMPI_Alltoallw_init
32
#define MPI_Barrier PMPI_Barrier
33
#define MPI_Barrier_init PMPI_Barrier_init
34
-#define MPI_Bcast PPMPI_Bcast
35
-#define MPI_Bcast_init PPMPI_Bcast_init
+#define MPI_Bcast PMPI_Bcast
+#define MPI_Bcast_init PMPI_Bcast_init
36
#define MPI_Bsend PMPI_Bsend
37
#define MPI_Bsend_init PMPI_Bsend_init
38
#define MPI_Buffer_attach PMPI_Buffer_attach
0 commit comments