From a3606c40296d0e92c1a0a7927ee8583e9b97762c Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 8 Oct 2013 14:54:40 +0000 Subject: [PATCH] Add weak symbol #defines. Fixes compile errors if you compile --without-weak-symbols. This commit was SVN r29396. --- ompi/mpi/fortran/mpif-h/profile/defines.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ompi/mpi/fortran/mpif-h/profile/defines.h b/ompi/mpi/fortran/mpif-h/profile/defines.h index 3b2f4d007c..f3d35e2cad 100644 --- a/ompi/mpi/fortran/mpif-h/profile/defines.h +++ b/ompi/mpi/fortran/mpif-h/profile/defines.h @@ -204,6 +204,11 @@ #define ompi_igatherv_f pompi_igatherv_f #define ompi_improbe_f pompi_improbe_f #define ompi_imrecv_f pompi_imrecv_f +#define ompi_ineighbor_allgather_f pompi_ineighbor_allgather_f +#define ompi_ineighbor_allgatherv_f pompi_ineighbor_allgatherv_f +#define ompi_ineighbor_alltoall_f pompi_ineighbor_alltoall_f +#define ompi_ineighbor_alltoallv_f pompi_ineighbor_alltoallv_f +#define ompi_ineighbor_alltoallw_f pompi_ineighbor_alltoallw_f #define ompi_ireduce_f pompi_ireduce_f #define ompi_ireduce_scatter_f pompi_ireduce_scatter_f #define ompi_ireduce_scatter_block_f pompi_ireduce_scatter_block_f @@ -235,6 +240,11 @@ #define ompi_lookup_name_f pompi_lookup_name_f #define ompi_mprobe_f pompi_mprobe_f #define ompi_mrecv_f pompi_mrecv_f +#define ompi_neighbor_allgather_f pompi_neighbor_allgather_f +#define ompi_neighbor_allgatherv_f pompi_neighbor_allgatherv_f +#define ompi_neighbor_alltoall_f pompi_neighbor_alltoall_f +#define ompi_neighbor_alltoallv_f pompi_neighbor_alltoallv_f +#define ompi_neighbor_alltoallw_f pompi_neighbor_alltoallw_f #define ompi_op_commutative_f pompi_op_commutative_f #define ompi_op_create_f pompi_op_create_f #define ompi_open_port_f pompi_open_port_f