1
1

Missed this in last night's checkin: without it, Fortran

MPI_GET_LIBRARY_VERSION will cause compiler breakage on platforms
without weak symbols.

This commit was SVN r25863.
Этот коммит содержится в:
Jeff Squyres 2012-02-03 15:59:55 +00:00
родитель cbfe43c1f4
Коммит 4eb22530ea

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

@ -153,6 +153,7 @@
#define mpi_get_count_f pmpi_get_count_f
#define mpi_get_elements_f pmpi_get_elements_f
#define mpi_get_f pmpi_get_f
#define mpi_get_library_version_f pmpi_get_library_version_f
#define mpi_get_processor_name_f pmpi_get_processor_name_f
#define mpi_get_version_f pmpi_get_version_f
#define mpi_graph_create_f pmpi_graph_create_f