SST/macro
dumpi_util.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_SKELETONS_UNDUMPI_DUMPIUTIL_H_INCLUDED
13 #define SSTMAC_SOFTWARE_SKELETONS_UNDUMPI_DUMPIUTIL_H_INCLUDED
14 
16 
17 namespace sstmac {
18 namespace sw {
19 
20 std::string
21 dumpi_file_name(int rank, std::string fileroot_);
22 
23 int
24 getnumprocs(dumpi_meta* dmeta_);
25 
26 }
27 }
28 
29 #endif
30 
int getnumprocs(dumpi_meta *dmeta_)
SUMI = Simulator unified messagine interface It is also the name for a solid ink in Japanese - i...
std::string dumpi_file_name(int rank, std::string fileroot_)