SST/macro
sstmac_env.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_COMMON_SSTMAC_ENV_H_INCLUDED
13 #define SSTMAC_COMMON_SSTMAC_ENV_H_INCLUDED
14 
17 
18 namespace sstmac {
19 
20 /**
21  * This class holds some global information about the simulation
22  */
23 class env
24 {
25  public:
26  static sprockit::sim_parameters* params;
28 };
29 
30 }
31 #endif
32 
static sprockit::sim_parameters * params
Definition: sstmac_env.h:26
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
static parallel_runtime * rt
Definition: sstmac_env.h:27
This class holds some global information about the simulation.
Definition: sstmac_env.h:23