libxmp/libxmpf in Omni Compiler  1.3.4
xmpco_params.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _XMPCO_default_poolThreshold   (40*1024*1024)
 Threshold of memory size to share in the pool. More...
 
#define _XMPCO_default_localBufSize   (400000)
 Size of the communication buffer prepared for short communications to avoid allocation and registration every communication time. More...
 
#define _XMPCO_default_isMsgMode   FALSE
 
#define _XMPCO_default_isSafeBufferMode   FALSE
 
#define _XMPCO_default_isSyncPutMode   FALSE
 
#define _XMPCO_default_isEagerCommMode   FALSE
 
#define COMM_UNIT   ((size_t)1)
 COMM_UNIT : minimum unit of size for PUT/GET communication MALLOC_UNIT : minimum unit of size for memory allocation MALLOC_UNIT must be divisible by COMM_UNIT. More...
 
#define MALLOC_UNIT   ((size_t)4)
 
#define ONESIDED_COMM_LAYER   "unknown"
 

Macro Definition Documentation

◆ _XMPCO_default_isEagerCommMode

#define _XMPCO_default_isEagerCommMode   FALSE

◆ _XMPCO_default_isMsgMode

#define _XMPCO_default_isMsgMode   FALSE

◆ _XMPCO_default_isSafeBufferMode

#define _XMPCO_default_isSafeBufferMode   FALSE

◆ _XMPCO_default_isSyncPutMode

#define _XMPCO_default_isSyncPutMode   FALSE

◆ _XMPCO_default_localBufSize

#define _XMPCO_default_localBufSize   (400000)

Size of the communication buffer prepared for short communications to avoid allocation and registration every communication time.

◆ _XMPCO_default_poolThreshold

#define _XMPCO_default_poolThreshold   (40*1024*1024)

Threshold of memory size to share in the pool.

◆ COMM_UNIT

#define COMM_UNIT   ((size_t)1)

COMM_UNIT : minimum unit of size for PUT/GET communication MALLOC_UNIT : minimum unit of size for memory allocation MALLOC_UNIT must be divisible by COMM_UNIT.

◆ MALLOC_UNIT

#define MALLOC_UNIT   ((size_t)4)

◆ ONESIDED_COMM_LAYER

#define ONESIDED_COMM_LAYER   "unknown"