SST/macro
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
sstmac
hardware
interconnect
switch_interconnect_fwd.h
Go to the documentation of this file.
1
#ifndef Switch_INTERCONNECT_FWD_H
2
#define Switch_INTERCONNECT_FWD_H
3
4
namespace
sstmac
{
5
namespace
hw {
6
7
#if SSTMAC_INTEGRATED_SST_CORE
8
class
sst_switch_interconnect;
9
typedef
sst_switch_interconnect
switch_interconnect
;
10
#else
11
class
macro_switch_interconnect
;
12
typedef
macro_switch_interconnect
switch_interconnect
;
13
#endif
14
15
}
16
}
17
18
#endif // INTERCONNECT_FWD_H
19
sstmac::hw::switch_interconnect
macro_switch_interconnect switch_interconnect
Definition:
switch_interconnect_fwd.h:11
sstmac::hw::macro_switch_interconnect
Definition:
switch_interconnect.h:67
sstmac
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
Definition:
parallel_runtime.h:18
Generated by
1.8.11