A new flag has been added. To detect when the convertor has finish its work a complex condition
was computed. This informations can be updated on the convertor flag by the pack/unpack function, making the test a lot simpler. The pack/unpack functions will be modified soon. This commit was SVN r7245.
Этот коммит содержится в:
родитель
3693816d08
Коммит
8280ce8f6d
@ -47,6 +47,7 @@ struct ompi_datatype_t;
|
||||
#define CONVERTOR_STATE_START 0x01000000
|
||||
#define CONVERTOR_STATE_COMPLETE 0x02000000
|
||||
#define CONVERTOR_STATE_ALLOC 0x04000000
|
||||
#define CONVERTOR_COMPLETED 0x08000000
|
||||
|
||||
typedef int32_t (*conversion_fct_t)( uint32_t count,
|
||||
const void* from, uint32_t from_len, long from_extent,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user