|
SimGrid
3.18
Versatile Simulation of Distributed Systems
|
#include "smpi_process.hpp"#include "mc/mc.h"#include "private.hpp"#include "smpi_comm.hpp"#include "smpi_group.hpp"#include "src/mc/mc_replay.hpp"#include "src/msg/msg_private.hpp"#include "src/simix/smx_private.hpp"Namespaces | |
| simgrid | |
| Alltoall Bruck. | |
| simgrid::smpi | |
Macros | |
| #define | MAILBOX_NAME_MAXLEN (5 + sizeof(int) * 2 + 1) |
Functions | |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY (smpi_process, smpi, "Logging specific to SMPI (kernel)") | |
| static char * | get_mailbox_name (char *str, int index) |
| static char * | get_mailbox_name_small (char *str, int index) |
Variables | |
| int * | index_to_process_data |
| #define MAILBOX_NAME_MAXLEN (5 + sizeof(int) * 2 + 1) |
| XBT_LOG_NEW_DEFAULT_SUBCATEGORY | ( | smpi_process | , |
| smpi | , | ||
| "Logging specific to SMPI (kernel)" | |||
| ) |
|
static |
|
static |
| int* index_to_process_data |