No need for MCA_BTL_FLAGS_NEED_ACK any more. As of commit r14768 this is the
default behaviour. This commit was SVN r14782. The following SVN revision numbers were found above: r14768 --> open-mpi/ompi@3401bd2b07
Этот коммит содержится в:
родитель
444762456e
Коммит
f191834e56
@ -157,9 +157,6 @@ typedef uint8_t mca_btl_base_tag_t;
|
||||
#define MCA_BTL_FLAGS_NEED_ACK 0x10
|
||||
#define MCA_BTL_FLAGS_NEED_CSUM 0x20
|
||||
|
||||
/* btl can report put/get completion before data hits the other side */
|
||||
#define MCA_BTL_FLAGS_FAKE_RDMA 0x40
|
||||
|
||||
/* btl needs local rdma completion */
|
||||
#define MCA_BTL_FLAGS_RDMA_COMPLETION 0x80
|
||||
|
||||
|
@ -224,8 +224,7 @@ int mca_btl_tcp_component_open(void)
|
||||
mca_btl_tcp_module.super.btl_flags = MCA_BTL_FLAGS_PUT |
|
||||
MCA_BTL_FLAGS_SEND_INPLACE |
|
||||
MCA_BTL_FLAGS_NEED_CSUM |
|
||||
MCA_BTL_FLAGS_NEED_ACK |
|
||||
MCA_BTL_FLAGS_FAKE_RDMA;
|
||||
MCA_BTL_FLAGS_NEED_ACK;
|
||||
mca_btl_tcp_module.super.btl_bandwidth = 100;
|
||||
mca_btl_tcp_module.super.btl_latency = 0;
|
||||
mca_btl_base_param_register(&mca_btl_tcp_component.super.btl_version,
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user