1
1

For a obscure reason this have to be defined on Windows. The obscure

reason it's that we don't have the nice configure stuff, so detecting
when to enable the CR PML it's kind of hard. Keep it defined and at
least it compile smoothly.

This commit was SVN r15116.
Этот коммит содержится в:
George Bosilca 2007-06-17 05:01:09 +00:00
родитель 55cf6fc866
Коммит 10a017d1bf

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

@ -33,14 +33,12 @@
extern "C" {
#endif
#if OPAL_ENABLE_FT == 1
/*
* This is the base priority for a PML wrapper component
* If there exists more than one then it is undefined
* which one is picked.
*/
#define PML_SELECT_WRAPPER_PRIORITY -128
#endif
OMPI_DECLSPEC int mca_pml_base_open(void);
OMPI_DECLSPEC int mca_pml_base_progress(void);