|
SimGrid
3.13
Versatile Simulation of Distributed Systems
|
Classes | |
| struct | s_process_globals_t |
Macros | |
| #define | ACT_DEBUG(...) |
Typedefs | |
| typedef struct s_process_globals_t * | process_globals_t |
Functions | |
| XBT_LOG_NEW_DEFAULT_CATEGORY (actions,"Messages specific for this msg example") | |
| static void | action_Isend (const char *const *action) |
| static double | parse_double (const char *string) |
| static void | log_action (const char *const *action, double date) |
| static void | asynchronous_cleanup (void) |
| static void | action_send (const char *const *action) |
| static void | action_recv (const char *const *action) |
| static void | action_Irecv (const char *const *action) |
| static void | action_wait (const char *const *action) |
| static void | action_barrier (const char *const *action) |
| static void | action_bcast (const char *const *action) |
| static void | action_comm_size (const char *const *action) |
| static void | action_compute (const char *const *action) |
| static void | action_init (const char *const *action) |
| static void | action_finalize (const char *const *action) |
| int | main (int argc, char *argv[]) |
| Main function. More... | |
Variables | |
| int | communicator_size = 0 |
| #define ACT_DEBUG | ( | ... | ) |
| typedef struct s_process_globals_t * process_globals_t |
| XBT_LOG_NEW_DEFAULT_CATEGORY | ( | actions | , |
| "Messages specific for this msg example" | |||
| ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Main function.
| int communicator_size = 0 |