SimGrid  3.13
Versatile Simulation of Distributed Systems
network_smpi.cpp File Reference
#include <cstddef>
#include <algorithm>
#include <xbt/log.h>
#include "network_smpi.hpp"
#include "simgrid/sg_config.h"
#include "src/surf/xml/platf.hpp"

Classes

struct  s_smpi_factor
 

Namespaces

 simgrid
 
 simgrid::surf
 

Typedefs

typedef struct s_smpi_factorsmpi_factor_t
 
typedef struct s_smpi_factor s_smpi_factor_t
 

Functions

 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY (surf_network)
 
static int factor_cmp (const void *pa, const void *pb)
 
static xbt_dynar_t parse_factor (const char *smpi_coef_string)
 
void surf_network_model_init_SMPI (void)
 Same as network model 'LagrangeVelho', only with different correction factors. More...
 

Variables

xbt_dynar_t smpi_bw_factor = NULL
 
xbt_dynar_t smpi_lat_factor = NULL
 
xbt_dict_t gap_lookup = NULL
 

Typedef Documentation

typedef struct s_smpi_factor* smpi_factor_t

Function Documentation

XBT_LOG_EXTERNAL_DEFAULT_CATEGORY ( surf_network  )
static int factor_cmp ( const void pa,
const void pb 
)
static
static xbt_dynar_t parse_factor ( const char *  smpi_coef_string)
static

Variable Documentation

xbt_dynar_t smpi_bw_factor = NULL
xbt_dynar_t smpi_lat_factor = NULL
xbt_dict_t gap_lookup = NULL