SST/macro
lib_hybrid_compute.h
Go to the documentation of this file.
1 #ifndef LIB_HYBRID_COMPUTE_H
2 #define LIB_HYBRID_COMPUTE_H
3 /*
4  * This file is part of SST/macroscale:
5  * The macroscale architecture simulator from the SST suite.
6  * Copyright (c) 2009 Sandia Corporation.
7  * This software is distributed under the BSD License.
8  * Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
9  * the U.S. Government retains certain rights in this software.
10  * For more information, see the LICENSE file in the top
11  * SST/macroscale directory.
12  */
13 
14 #ifndef SSTMAC_SOFTWARE_LIBRARIES_COMPUTE_LIB_HYBRID_COMPUTE_H_INCLUDED
15 #define SSTMAC_SOFTWARE_LIBRARIES_COMPUTE_LIB_HYBRID_COMPUTE_H_INCLUDED
16 
19 
20 namespace sstmac {
21 namespace sw {
22 
24  public lib_compute_inst,
25  public lib_compute_memmove
26 {
27 
28  public:
29 
30  virtual
32  }
33 
34  protected:
36 
37  lib_hybrid_compute(const std::string& id);
38 
39 };
40 
41 } //end of namespace sstmac
42 }
43 
44 #endif
45 
46 
47 
48 #endif // LIB_HYBRID_COMPUTE_H
49 
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
lib_hybrid_compute(const std::string &id)
A wrapper for an appid, taskid pair.
Definition: software_id.h:28