Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

Commit aed305b

Browse files
ggouaillardetedgargabriel
authored andcommitted
fortran: add missing non blocking i/o files to Makefile
fixes open-mpi/ompi@01f752a
1 parent 1d9de8d commit aed305b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ompi/mpi/fortran/mpif-h/profile/Makefile.am

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,9 +374,13 @@ linked_files += \
374374
pfile_get_view_f.c \
375375
pfile_iread_at_f.c \
376376
pfile_iread_f.c \
377+
pfile_iread_at_all_f.c \
378+
pfile_iread_all_f.c \
377379
pfile_iread_shared_f.c \
378380
pfile_iwrite_at_f.c \
379381
pfile_iwrite_f.c \
382+
pfile_iwrite_at_all_f.c \
383+
pfile_iwrite_all_f.c \
380384
pfile_iwrite_shared_f.c \
381385
pfile_open_f.c \
382386
pfile_preallocate_f.c \

0 commit comments

Comments
 (0)