FMI 1.0
FaaS Message Interface
|
This is the complete list of members for FMI::Comm::Channel, including all inherited members.
allreduce(channel_data sendbuf, channel_data recvbuf, raw_function f) | FMI::Comm::Channel | virtual |
barrier()=0 | FMI::Comm::Channel | pure virtual |
bcast(channel_data buf, FMI::Utils::peer_num root)=0 | FMI::Comm::Channel | pure virtual |
comm_name | FMI::Comm::Channel | protected |
finalize() | FMI::Comm::Channel | inlinevirtual |
gather(channel_data sendbuf, channel_data recvbuf, FMI::Utils::peer_num root) | FMI::Comm::Channel | virtual |
get_channel(std::string name, std::map< std::string, std::string > params, std::map< std::string, std::string > model_params) | FMI::Comm::Channel | static |
get_latency(Utils::peer_num producer, Utils::peer_num consumer, std::size_t size_in_bytes)=0 | FMI::Comm::Channel | pure virtual |
get_operation_latency(Utils::OperationInfo op_info)=0 | FMI::Comm::Channel | pure virtual |
get_operation_price(Utils::OperationInfo op_info)=0 | FMI::Comm::Channel | pure virtual |
get_price(Utils::peer_num producer, Utils::peer_num consumer, std::size_t size_in_bytes)=0 | FMI::Comm::Channel | pure virtual |
num_peers | FMI::Comm::Channel | protected |
peer_id | FMI::Comm::Channel | protected |
recv(channel_data buf, FMI::Utils::peer_num src)=0 | FMI::Comm::Channel | pure virtual |
reduce(channel_data sendbuf, channel_data recvbuf, FMI::Utils::peer_num root, raw_function f)=0 | FMI::Comm::Channel | pure virtual |
scan(channel_data sendbuf, channel_data recvbuf, raw_function f)=0 | FMI::Comm::Channel | pure virtual |
scatter(channel_data sendbuf, channel_data recvbuf, FMI::Utils::peer_num root) | FMI::Comm::Channel | virtual |
send(channel_data buf, FMI::Utils::peer_num dest)=0 | FMI::Comm::Channel | pure virtual |
set_comm_name(std::string communication_name) | FMI::Comm::Channel | inline |
set_num_peers(FMI::Utils::peer_num num) | FMI::Comm::Channel | inline |
set_peer_id(FMI::Utils::peer_num num) | FMI::Comm::Channel | inline |