XIOS
1.0
Xml I/O Server
|
Aller au code source de ce fichier.
Espaces de nommage | |
xios | |
boost headers /// | |
Fonctions | |
void | fxios_oasis_init (const char *server_id, int str_len) |
void | fxios_oasis_enddef (void) |
void | fxios_oasis_finalize (void) |
void | fxios_oasis_get_localcomm (MPI_Fint *f_comm) |
void | fxios_oasis_get_intracomm (MPI_Fint *f_comm_client_server, const char *client_id, int str_len) |
void | fxios_oasis_get_intercomm (MPI_Fint *f_comm_client_server, const char *client_id, int str_len) |
void | xios::oasis_init (const std::string &server_id) |
void | xios::oasis_enddef (void) |
void | xios::oasis_finalize (void) |
void | xios::oasis_get_localcomm (MPI_Comm &comm) |
void | xios::oasis_get_intracomm (MPI_Comm &comm_client_server, const std::string &server_id) |
void | xios::oasis_get_intercomm (MPI_Comm &comm_client_server, const std::string &server_id) |
void fxios_oasis_enddef | ( | void | ) |
void fxios_oasis_finalize | ( | void | ) |
void fxios_oasis_get_intercomm | ( | MPI_Fint * | f_comm_client_server, |
const char * | client_id, | ||
int | str_len | ||
) |
void fxios_oasis_get_intracomm | ( | MPI_Fint * | f_comm_client_server, |
const char * | client_id, | ||
int | str_len | ||
) |
void fxios_oasis_get_localcomm | ( | MPI_Fint * | f_comm | ) |
void fxios_oasis_init | ( | const char * | server_id, |
int | str_len | ||
) |