SST/macro
param_expander.h
Go to the documentation of this file.
1 #ifndef sstmac_hw_common_PARAM_EXPANDER_H
2 #define sstmac_hw_common_PARAM_EXPANDER_H
3 
5 
6 namespace sstmac {
7 namespace hw {
8 
10 {
11 
12  protected:
13  virtual double
14  network_bandwidth_multiplier(sprockit::sim_parameters* params) const;
15 
16  virtual double
17  switch_bandwidth_multiplier(sprockit::sim_parameters* params) const;
18 
19  virtual int
20  switch_buffer_multiplier(sprockit::sim_parameters* params) const;
21 
22 };
23 
24 }
25 }
26 
27 #endif // PARAM_EXPANDER_H
virtual double network_bandwidth_multiplier(sprockit::sim_parameters *params) const
virtual int switch_buffer_multiplier(sprockit::sim_parameters *params) const
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
virtual double switch_bandwidth_multiplier(sprockit::sim_parameters *params) const