AFEPack
|
组合类型 | |
struct | sync_file_buf |
函数 | |
void | send_file_begin (MPI_Comm comm, int target, int tag, const char *filename, long filesize, sync_file_buf &sfb) |
void | send_file_end (sync_file_buf &sfb) |
void | recv_file_begin (MPI_Comm comm, int source, int tag, const char *filename, long filesize, sync_file_buf &sfb) |
void | recv_file_end (sync_file_buf &sfb) |
long | get_file_size (const char *filename) |
bool | is_file_exist (const char *filename) |
void | bcast_small_file (MPI_Comm comm, int root, int tag, const char *filename) |
void MPI::lb_details::bcast_small_file | ( | MPI_Comm | comm, |
int | root, | ||
int | tag, | ||
const char * | filename | ||
) |
long MPI::lb_details::get_file_size | ( | const char * | filename | ) |
bool MPI::lb_details::is_file_exist | ( | const char * | filename | ) |
void MPI::lb_details::recv_file_begin | ( | MPI_Comm | comm, |
int | source, | ||
int | tag, | ||
const char * | filename, | ||
long | filesize, | ||
sync_file_buf & | sfb | ||
) |
void MPI::lb_details::recv_file_end | ( | sync_file_buf & | sfb | ) |
void MPI::lb_details::send_file_begin | ( | MPI_Comm | comm, |
int | target, | ||
int | tag, | ||
const char * | filename, | ||
long | filesize, | ||
sync_file_buf & | sfb | ||
) |
void MPI::lb_details::send_file_end | ( | sync_file_buf & | sfb | ) |