You are here: 15 Green Computing > Maximizing Scheduling Efficiency

15.6 Maximizing Scheduling Efficiency

To specify node power on/power off duration

  1. Modify the NODEPOWERONDURATION and NODEPOWEROFFDURATION attributes of PARCFG with the maximum amount of time it takes for your nodes to power on/power off. Make sure to use the keyword ALL for the resource manager name to avoid cases where Moab won't consider the power on/off duration for a node before making a power action decision.

    PARCFG[ALL] NODEPOWERONDURATION=2:00
    PARCFG[ALL] NODEPOWEROFFDURATION=2:00

    If a node goes idle and has to wait for workload, Moab will not power off the node if the workload will be available within 4 minutes or less.

To shut down on nodes after they've been idle for a specified time

  1. Modify the NODEIDLEPOWERTHRESHOLD parameter with the duration (in seconds) you want Moab to wait before shutting down an idle node. The default value is 60 seconds. Increasing the number should decrease power on/off thrashing. This should be set higher than NODEPOWERONDURATION and/or NODEPOWEROFFDURATION.

    NODEIDLEPOWERTHRESHOLD 300

    Moab will wait 5 minutes before shutting down a node that has become idle.

Related Topics 

© 2016 Adaptive Computing