SimGrid
3.18
Versatile Simulation of Distributed Systems
|
Classes | |
struct | s_smpi_factor_t |
Typedefs | |
typedef s_smpi_factor_t * | smpi_os_factor_t |
Functions | |
std::vector< s_smpi_factor_t > | parse_factor (std::string smpi_coef_string) |
typedef s_smpi_factor_t* smpi_os_factor_t |
std::vector<s_smpi_factor_t> parse_factor | ( | std::string | smpi_coef_string | ) |
Setup the tokenizer that parses the string
Iterate over patterns like A:B:C:D;E:F;G:H These will be broken down into: A –> B, C, D E –> F G –> H