Skip to content

Commit bd60ce1

Browse files
committed
fortran: add missing non blocking i/o files to Makefile
fixes 01f752a
1 parent 466c8b0 commit bd60ce1

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
@@ -376,9 +376,13 @@ linked_files += \
376376
pfile_get_view_f.c \
377377
pfile_iread_at_f.c \
378378
pfile_iread_f.c \
379+
pfile_iread_at_all_f.c \
380+
pfile_iread_all_f.c \
379381
pfile_iread_shared_f.c \
380382
pfile_iwrite_at_f.c \
381383
pfile_iwrite_f.c \
384+
pfile_iwrite_at_all_f.c \
385+
pfile_iwrite_all_f.c \
382386
pfile_iwrite_shared_f.c \
383387
pfile_open_f.c \
384388
pfile_preallocate_f.c \

0 commit comments

Comments
 (0)