1
1

- export symbols that are required for the fortran bindings

This commit was SVN r15439.
Этот коммит содержится в:
Sven Stork 2007-07-16 13:23:57 +00:00
родитель cd9213a9f0
Коммит 804f3bee41

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

@ -40,9 +40,9 @@ struct opal_thread_t;
/* Global variables and symbols for the MPI layer */
/** Is mpi initialized? */
extern bool ompi_mpi_initialized;
OMPI_DECLSPEC extern bool ompi_mpi_initialized;
/** Has mpi been finalized? */
extern bool ompi_mpi_finalized;
OMPI_DECLSPEC extern bool ompi_mpi_finalized;
/** Do we have multiple threads? */
OMPI_DECLSPEC extern bool ompi_mpi_thread_multiple;