add(T *t) | wrench::Simulation | inline |
addFile(std::string, double) | wrench::Simulation | static |
compute(double flops) | wrench::Simulation | static |
createSimulation() | wrench::Simulation | static |
doesHostExist(std::string hostname) | wrench::Simulation | static |
doesLinkExist(std::string linkname) | wrench::Simulation | static |
getCurrentPstate(const std::string &hostname) | wrench::Simulation | static |
getCurrentSimulatedDate() | wrench::Simulation | static |
getEnergyConsumed(const std::string &hostname) | wrench::Simulation | |
getEnergyConsumed(const std::vector< std::string > &hostnames) | wrench::Simulation | |
getEnergyConsumed(const std::string &hostname, bool record_as_time_stamp) | wrench::Simulation | |
getEnergyConsumed(const std::vector< std::string > &hostnames, bool record_as_time_stamps) | wrench::Simulation | |
getFileByID(const std::string &id) | wrench::Simulation | static |
getFileMap() | wrench::Simulation | static |
getHostFlopRate(std::string hostname) | wrench::Simulation | static |
getHostMemoryCapacity(std::string hostname) | wrench::Simulation | static |
getHostnameList() | wrench::Simulation | static |
getHostnameListByCluster() | wrench::Simulation | static |
getHostNumCores(std::string hostname) | wrench::Simulation | static |
getLinkUsage(const std::string &link_name, bool record_as_time_stamp) | wrench::Simulation | |
getListOfPstates(const std::string &hostname) | wrench::Simulation | static |
getMaxPowerConsumption(const std::string &hostname) | wrench::Simulation | static |
getMinPowerConsumption(const std::string &hostname) | wrench::Simulation | static |
getNumberofPstates(const std::string &hostname) | wrench::Simulation | static |
getOutput() | wrench::Simulation | |
getRoute(std::string &src_host, std::string &dst_host) | wrench::Simulation | static |
init(int *, char **) | wrench::Simulation | |
instantiatePlatform(std::string) | wrench::Simulation | |
instantiatePlatform(const std::function< void()> &) | wrench::Simulation | |
isHostOn(std::string hostname) | wrench::Simulation | static |
isInitialized() | wrench::Simulation | static |
isLinkOn(std::string linkname) | wrench::Simulation | static |
launch() | wrench::Simulation | |
removeFile(std::shared_ptr< DataFile >file) | wrench::Simulation | static |
setPstate(const std::string &hostname, int pstate) | wrench::Simulation | |
sleep(double duration) | wrench::Simulation | static |
stageFile(std::shared_ptr< DataFile >file, std::shared_ptr< StorageService > ss) | wrench::Simulation | |
stageFile(std::shared_ptr< DataFile >file, std::shared_ptr< StorageService > ss, std::string directory_absolute_path) | wrench::Simulation | |
startNewService(ComputeService *service) | wrench::Simulation | |
startNewService(StorageService *service) | wrench::Simulation | |
startNewService(NetworkProximityService *service) | wrench::Simulation | |
startNewService(FileRegistryService *service) | wrench::Simulation | |
startNewService(MemoryManager *service) | wrench::Simulation | |
turnOffHost(std::string hostname) | wrench::Simulation | static |
turnOffLink(std::string linkname) | wrench::Simulation | static |
turnOnHost(std::string hostname) | wrench::Simulation | static |
turnOnLink(std::string linkname) | wrench::Simulation | static |
~Simulation() | wrench::Simulation | |