#include <libxsp_client.h>
#include <netinet/in.h>
#include <mpi.h>
#include "photon_io.h"
Go to the source code of this file.
◆ XSP_PHOTON_CI
#define XSP_PHOTON_CI 0x00 |
◆ XSP_PHOTON_FI
#define XSP_PHOTON_FI 0x03 |
◆ XSP_PHOTON_IO
#define XSP_PHOTON_IO 0x04 |
◆ XSP_PHOTON_RI
#define XSP_PHOTON_RI 0x01 |
◆ XSP_PHOTON_SI
#define XSP_PHOTON_SI 0x02 |
◆ PhotonMPITypes
◆ photon_xsp_do_io()
int photon_xsp_do_io |
( |
libxspSess * |
sess | ) |
|
◆ photon_xsp_forwarder_connect_peer()
int photon_xsp_forwarder_connect_peer |
( |
libxspSess * |
sess, |
|
|
void * |
remote_ci, |
|
|
void ** |
ret_ci, |
|
|
int * |
ret_len |
|
) |
| |
◆ photon_xsp_register_session()
int photon_xsp_register_session |
( |
libxspSess * |
sess | ) |
|
◆ photon_xsp_set_info()
int photon_xsp_set_info |
( |
libxspSess * |
sess, |
|
|
void * |
info, |
|
|
int |
size, |
|
|
void ** |
ret_info, |
|
|
int * |
ret_size, |
|
|
photon_info_t |
type |
|
) |
| |
◆ photon_xsp_unregister_session()
int photon_xsp_unregister_session |
( |
libxspSess * |
sess | ) |
|