SimGrid
3.16
Versatile Simulation of Distributed Systems
|
#include "mc/mc.h"
#include "src/mc/mc_replay.h"
#include "src/msg/msg_private.h"
#include "src/simix/smx_private.h"
#include "src/smpi/private.h"
#include "src/smpi/smpi_process.hpp"
#include "src/smpi/smpi_group.hpp"
#include "src/smpi/smpi_comm.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 | |
simgrid::smpi::Process ** | process_data |
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 |
simgrid::smpi::Process** process_data |
int* index_to_process_data |