Ignore:
Timestamp:
10/28/14 23:25:17 (10 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/simulator/DataCenterWorkloadSimulator.java

    r1427 r1452  
    2222 
    2323import schedframe.SimulatedEnvironment; 
     24import schedframe.resources.utils.ResourceIdGenerator; 
     25import schedframe.scheduling.manager.tasks.JobRegistryImpl; 
    2426import simulator.reader.ResourceReader; 
    2527import simulator.stats.AccumulatedStatistics; 
     
    178180                                performSimulation(simulationIdentifier, 
    179181                                                configurationOptions); // run the simulation 
     182                                ResourceIdGenerator.reset(); 
     183                                JobRegistryImpl.reset(); 
    180184 
    181185                        } catch (Exception e) { 
Note: See TracChangeset for help on using the changeset viewer.