#include <blue_impl.h>
Collaboration diagram for BGMach:

Public Member Functions | |
| BGMach () | |
| ~BGMach () | |
| void | nullify () |
| void | setSize (int xx, int yy, int zz) |
| void | getSize (int *xx, int *yy, int *zz) |
| int | numTh () |
| int | getNodeSize () |
| int | isWorkThread (int tid) |
| int | read (char *file) |
| void | pup (PUP::er &p) |
| int | traceProejctions (int pe) |
| void | setNetworkModel (char *model) |
Data Fields | |
| int | x |
| int | y |
| int | z |
| int | numCth |
| int | numWth |
| int | stacksize |
| int | timingMethod |
| double | cpufactor |
| double | fpfactor |
| char * | traceroot |
| BigSimNetwork * | network |
| CkListString | procList |
Definition at line 25 of file blue_impl.h.
| BGMach::BGMach | ( | ) | [inline] |
| BGMach::~BGMach | ( | ) | [inline] |
| void BGMach::nullify | ( | ) | [inline] |
| int BGMach::numTh | ( | ) | [inline] |
| int BGMach::getNodeSize | ( | ) | [inline] |
| int BGMach::read | ( | char * | file | ) |
Definition at line 138 of file bigsim_init.C.
References CmiAbort(), CmiMyPe(), CmiPrintf(), correctTimeLog, cpufactor, fpfactor, genTimeLog, malloc(), numCth, numWth, procList, CkListString::set(), setNetworkModel(), stacksize, timingMethod, traceroot, x, y, and z.
| void BGMach::pup | ( | PUP::er & | p | ) | [inline] |
Definition at line 55 of file blue_impl.h.
References numCth, numWth, p, stacksize, timingMethod, x, y, and z.
Definition at line 114 of file bigsim_init.C.
References CkListString::includes(), CkListString::isEmpty(), and procList.
| void BGMach::setNetworkModel | ( | char * | model | ) |
Definition at line 120 of file bigsim_init.C.
References CmiAbort(), and network.
Referenced by read().
Definition at line 27 of file blue_impl.h.
Referenced by BgLoadTraceSummary(), BgWriteTraceSummary(), getNodeSize(), getSize(), nullify(), pup(), read(), and setSize().
Definition at line 27 of file blue_impl.h.
Referenced by BgLoadTraceSummary(), BgWriteTraceSummary(), getNodeSize(), getSize(), nullify(), pup(), read(), and setSize().
Definition at line 27 of file blue_impl.h.
Referenced by BgLoadTraceSummary(), BgWriteTraceSummary(), getNodeSize(), getSize(), nullify(), pup(), read(), and setSize().
Definition at line 28 of file blue_impl.h.
Referenced by BgLoadTraceSummary(), BgWriteTraceSummary(), nullify(), numTh(), pup(), and read().
Definition at line 28 of file blue_impl.h.
Referenced by BgLoadTraceSummary(), BgWriteTraceSummary(), isWorkThread(), nullify(), numTh(), pup(), and read().
| double BGMach::cpufactor |
| double BGMach::fpfactor |
| char* BGMach::traceroot |
Definition at line 34 of file blue_impl.h.
Referenced by nullify(), setNetworkModel(), and ~BGMach().
1.5.1