1
1

* Rename two files that had conflicting basenames with files in mpi/c/. This

can cause issues on some platforms (since they end up in the same .a file)

This commit was SVN r9685.
Этот коммит содержится в:
Brian Barrett 2006-04-22 20:03:45 +00:00
родитель 2ad29df0a1
Коммит 453f9b870f
4 изменённых файлов: 2 добавлений и 2 удалений

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

@ -60,7 +60,7 @@ libdatatype_la_SOURCES = \
convertor.c position.c \
copy_functions.c \
copy_functions_heterogeneous.c \
get_count.c
dt_get_count.c
libdatatype_la_LIBADD = libdatatype_reliable.la

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

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

@ -25,4 +25,4 @@ headers += \
libmpi_la_SOURCES += \
group/group.c \
group/group_init.c \
group/group_rank.c
group/group_set_rank.c

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