#include "gm_internal.h"
#include "gm_enable_fast_small_send.h"
#include "gm_send_queue.h"
Functions | |
GM_ENTRY_POINT void | gm_send_to_peer_with_callback (gm_port_t *p, void *message, unsigned int size, gm_size_t len, unsigned int priority, unsigned int target_node_id, gm_send_completion_callback_t callback, void *context) |
This file contains the GM API function gm_send_to_peer_with_callback().
|
gm_send_to_peer_with_callback() is an asynchronous send like gm_send_with_callback(), only with the target_node_id implicitly set to the same ID as port (sending to the same port). This function is marginally faster than gm_send_with_callback().
|