From eb35cae68156faf90e3b8476c23bba2efc6001c2 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Tue, 7 Feb 2012 15:58:58 +0000 Subject: [PATCH] Make the new Mprobe and friends functions be compiled in Fortran. This commit was SVN r25871. --- ompi/mpi/f77/profile/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ompi/mpi/f77/profile/Makefile.am b/ompi/mpi/f77/profile/Makefile.am index b959cac8e8..5a9e33d4f2 100644 --- a/ompi/mpi/f77/profile/Makefile.am +++ b/ompi/mpi/f77/profile/Makefile.am @@ -144,6 +144,8 @@ nodist_libmpi_f77_pmpi_la_SOURCES = \ pgroup_translate_ranks_f.c \ pgroup_union_f.c \ pibsend_f.c \ + pimprobe_f.c \ + pimrecv_f.c \ pinfo_create_f.c \ pinfo_delete_f.c \ pinfo_dup_f.c \ @@ -167,6 +169,8 @@ nodist_libmpi_f77_pmpi_la_SOURCES = \ pkeyval_create_f.c \ pkeyval_free_f.c \ plookup_name_f.c \ + pmprobe_f.c \ + pmrecv_f.c \ pop_create_f.c \ popen_port_f.c \ pop_free_f.c \