SST/macro
machine_descriptor.h
Go to the documentation of this file.
1 /*
2  * This file is part of SST/macroscale:
3  * The macroscale architecture simulator from the SST suite.
4  * Copyright (c) 2009 Sandia Corporation.
5  * This software is distributed under the BSD License.
6  * Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
7  * the U.S. Government retains certain rights in this software.
8  * For more information, see the LICENSE file in the top
9  * SST/macroscale directory.
10  */
11 
12 #ifndef SSTMAC_SOFTWARE_SERVICES_LAUNCH_MACHINE_DESCRIPTOR_H_INCLUDED
13 #define SSTMAC_SOFTWARE_SERVICES_LAUNCH_MACHINE_DESCRIPTOR_H_INCLUDED
14 
15 
16 namespace sstmac {
17 namespace sw {
18 
20 
21  public:
22  machine_descriptor(long num, std::string top) :
24  }
25 
26  virtual
28  }
29 
30  virtual std::string
31  to_string() const {
32  return "machine_descriptor";
33  }
34 
36  std::string topology_name_;
37 
38 
39 };
40 }
41 }
42 
43 #endif
44 
machine_descriptor(long num, std::string top)
virtual std::string to_string() const
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...