|
Rosetta
|
#include <basic/resource_manager/ResourceManagerFactory.fwd.hh>#include <basic/resource_manager/ResourceManagerCreator.fwd.hh>#include <basic/resource_manager/ResourceManager.fwd.hh>#include <utility/SingletonBase.hh>#include <utility/factory/WidgetRegistrator.hh>#include <map>#include <string>Classes | |
| class | basic::resource_manager::ResourceManagerFactory |
| A factory class for managing the instantiation of the singleton ResourceManager: only one of the various derived classes will be instantiated. Currently, it asks for the JD2ResourceManager; in the future, this should be fixed so that it reads from the options system to figure out which ResourceManager to instantiate. More... | |
| class | basic::resource_manager::ResourceManagerRegistrator< T > |
| The ResourceManagerRegistrator creates an instantiate of the templated ResourceManagerCreator class and gives it to the ResourceManagerFactory. A single instance for each ResourceManagerCreator should be put in the appropriate init.cc file. More... | |
Namespaces | |
| basic | |
| Tags used to tag messeges sent by MPI functions used to decide whether a slave is requesting a new job id or flagging as job as being a bad input. | |
| basic::resource_manager | |