1
1

Allow just one PTL per process.

This commit was SVN r5772.
Этот коммит содержится в:
George Bosilca 2005-05-19 18:17:21 +00:00
родитель cbccfcaf1e
Коммит 9d840343cf

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

@ -27,7 +27,7 @@
/* This define has to move outside of this file. Maybe on some configuration file.
* Anyway by for, for the debugging purpose, here it's quite a safe place.
*/
#define PML_UNIQ_ACCEPT_NEXT_PTL 1
#define PML_UNIQ_ACCEPT_NEXT_PTL 0
#if defined(c_plusplus) || defined(__cplusplus)
extern "C" {