#include "header.h"
#include "global.h"
#include "SingleMsg.h"
#include "DiagonalMsg.h"
#include "OneToOneMsg.h"
#include "OneToAllMsg.h"
#include "SparseMatrix.h"
#include "SparseMsg.h"
#include "Shell.h"
#include "Dinfo.h"
#include "Wildcard.h"
#include "../scheduling/Clock.h"
#include "../external/debug/simple_logger.hpp"
Functions | |
bool | isDoingReinit () |
bool | extractIndex (const string &s, unsigned int &index) |
void | insertSharedMsgs (const Finfo *f, const Element *e, vector< ObjId > &msgs) |
bool extractIndex | ( | const string & | s, | |
unsigned int & | index | |||
) |
Referenced by testExtractIndices().
References SharedFinfo::dest(), DestFinfo::getFid(), and Element::getInputMsgs().
bool isDoingReinit | ( | ) |