SimGrid  3.14.159
Versatile Simulation of Distributed Systems
s_smpi_process_data Struct Reference

Public Attributes

double simulated
 
int * argc
 
char *** argv
 
smx_mailbox_t mailbox
 
smx_mailbox_t mailbox_small
 
xbt_mutex_t mailboxes_mutex
 
xbt_os_timer_t timer
 
MPI_Comm comm_self
 
MPI_Comm comm_intra
 
MPI_Commcomm_world
 
voiddata
 
int index
 
char state
 
int sampling
 
char * instance_id
 
bool replaying
 
msg_bar_t finalization_barrier
 
int return_value
 
smpi_trace_call_location_t trace_call_loc
 

Member Data Documentation

§ simulated

double s_smpi_process_data::simulated

§ argc

int* s_smpi_process_data::argc

§ argv

char*** s_smpi_process_data::argv

§ mailbox

smx_mailbox_t s_smpi_process_data::mailbox

§ mailbox_small

smx_mailbox_t s_smpi_process_data::mailbox_small

§ mailboxes_mutex

xbt_mutex_t s_smpi_process_data::mailboxes_mutex

§ timer

xbt_os_timer_t s_smpi_process_data::timer

§ comm_self

MPI_Comm s_smpi_process_data::comm_self

§ comm_intra

MPI_Comm s_smpi_process_data::comm_intra

§ comm_world

MPI_Comm* s_smpi_process_data::comm_world

§ data

void* s_smpi_process_data::data

§ index

int s_smpi_process_data::index

§ state

char s_smpi_process_data::state

§ sampling

int s_smpi_process_data::sampling

§ instance_id

char* s_smpi_process_data::instance_id

§ replaying

bool s_smpi_process_data::replaying

§ finalization_barrier

msg_bar_t s_smpi_process_data::finalization_barrier

§ return_value

int s_smpi_process_data::return_value

§ trace_call_loc

smpi_trace_call_location_t s_smpi_process_data::trace_call_loc

The documentation for this struct was generated from the following file: