1
1

fortran: add missing non blocking i/o files to Makefile

fixes open-mpi/ompi@01f752a504
Этот коммит содержится в:
Gilles Gouaillardet 2015-07-16 11:23:41 +09:00
родитель 466c8b0159
Коммит bd60ce1655

Просмотреть файл

@ -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 \