From bd60ce16555b99038ed38853d8eb7c143ef33c22 Mon Sep 17 00:00:00 2001 From: Gilles Gouaillardet Date: Thu, 16 Jul 2015 11:23:41 +0900 Subject: [PATCH] fortran: add missing non blocking i/o files to Makefile fixes open-mpi/ompi@01f752a5041187a7000cd1f357e8accac1c4f01e --- ompi/mpi/fortran/mpif-h/profile/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ompi/mpi/fortran/mpif-h/profile/Makefile.am b/ompi/mpi/fortran/mpif-h/profile/Makefile.am index c2afc2e49c..7c0002ddfb 100644 --- a/ompi/mpi/fortran/mpif-h/profile/Makefile.am +++ b/ompi/mpi/fortran/mpif-h/profile/Makefile.am @@ -376,9 +376,13 @@ linked_files += \ pfile_get_view_f.c \ pfile_iread_at_f.c \ pfile_iread_f.c \ + pfile_iread_at_all_f.c \ + pfile_iread_all_f.c \ pfile_iread_shared_f.c \ pfile_iwrite_at_f.c \ pfile_iwrite_f.c \ + pfile_iwrite_at_all_f.c \ + pfile_iwrite_all_f.c \ pfile_iwrite_shared_f.c \ pfile_open_f.c \ pfile_preallocate_f.c \