1
1

In fact these variables are never referenced from outside the libmpi (at

least they should not). Therefore, let's make them hidden.

This commit was SVN r19463.
Этот коммит содержится в:
George Bosilca 2008-08-31 20:58:23 +00:00
родитель 501695d462
Коммит 517cacffe6

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

@ -73,9 +73,9 @@ OMPI_DECLSPEC extern opal_list_t ompi_registered_datareps;
* requirements introduced in MPI 2-1 Sect. 10.2.5,
* MPI_TYPE_CREATE_F90_xxxx, page 295, line 47.
*/
OMPI_DECLSPEC extern opal_hash_table_t ompi_mpi_f90_integer_hashtable;
OMPI_DECLSPEC extern opal_hash_table_t ompi_mpi_f90_real_hashtable;
OMPI_DECLSPEC extern opal_hash_table_t ompi_mpi_f90_complex_hashtable;
extern opal_hash_table_t ompi_mpi_f90_integer_hashtable;
extern opal_hash_table_t ompi_mpi_f90_real_hashtable;
extern opal_hash_table_t ompi_mpi_f90_complex_hashtable;
/** version string of ompi */
OMPI_DECLSPEC extern const char ompi_version_string[];