Changeset 579 for DCWoRMS/trunk/src/schedframe
- Timestamp:
- 11/08/12 12:43:02 (12 years ago)
- Location:
- DCWoRMS/trunk/src/schedframe
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
DCWoRMS/trunk/src/schedframe/resources/computing/profiles/energy/power/ui/ComputingResourcePowerInterface.java
r510 r579 92 92 } 93 93 } 94 } else { 95 throw new NoSuchFieldException("Power state not supported"); 94 96 } 95 97 return powerConsumption; -
DCWoRMS/trunk/src/schedframe/scheduling/policy/AbstractManagementSystem.java
r517 r579 59 59 ExecutionTimeEstimationPlugin execTimeEstPlugin, TaskQueueList queues) { 60 60 61 this.name = entityName + "@" + providerId; 61 //this.name = entityName + "@" + providerId; 62 this.name = providerId; 62 63 this.queues = queues; 63 64 this.jobRegistry = new JobRegistryImpl(name); -
DCWoRMS/trunk/src/schedframe/scheduling/policy/local/LocalManagementSystem.java
r555 r579 6 6 import eduni.simjava.Sim_system; 7 7 import gridsim.Accumulator; 8 import gridsim.GridSimTags;9 8 import gridsim.ResourceCalendar; 10 9 import gridsim.dcworms.DCWormsTags;
Note: See TracChangeset
for help on using the changeset viewer.