|
AFEPack
|
#include <sys/types.h>#include <sys/stat.h>#include <unistd.h>#include <cstdlib>#include <string>#include <vector>#include <iostream>#include <mpi.h>#include <AFEPack/mpi/MPI.h>组合类型 | |
| struct | MPI::lb_details::sync_file_buf |
命名空间 | |
| namespace | MPI |
| namespace | MPI::lb_details |
函数 | |
| 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) |
| 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) |
| long | MPI::lb_details::get_file_size (const char *filename) |
| bool | MPI::lb_details::is_file_exist (const char *filename) |
| void | MPI::lb_details::bcast_small_file (MPI_Comm comm, int root, int tag, const char *filename) |
| void | MPI::lb_collect_local_data_dir (MPI_Comm comm, const std::string &src_dir, const std::string &dst_dir) |
| namespace lb_details | |
| void | MPI::lb_sync_local_data_dir (MPI_Comm comm, const std::string &src_dir, const std::string &dst_dir) |
1.7.6.1