If the processor is not enabled, it's not consuming power.
For everyone you turn on, it draws additional power.
- We used to state about a 100 watt light bulb, but that was before
everything was LED...

On newer systems, you can see this from the HMC.

On Wed, Apr 16, 2025 at 1:17 PM Paul Gilmartin <
[email protected]> wrote:

> On Wed, 16 Apr 2025 11:11:00 -0500, Charles Mills wrote:
> >
> >The detail reasons have been posted by others. Fast cycle time = more
> power = more heat = big problem on a small piece of real estate. Size
> (length of electrical signal), heat dissipation and cycle speed work
> against each other.
> >
> The Intel processors reduce power during wait.  I know; I have one.  When
> it's busy
> the chassis gets hot and the fan turns on.  Long ago I learned here that
> IBM processors
> never reduce power.  Is that still true?
>
>
> >The various "do X on condition" instructions (where X is load, store,
> etc.) that came along a couple of arch levels ago are a great example. They
> replace (if you code them in HLASM, or let a compiler generate them) the
> classic compare/branch/load or store sequence. Branches are a parallelism
> killer because they make the chip consider two different paths. Conditional
> instructions are not. The vector instructions are a great example of single
> instructions that do more with their cycles than their predecessors did.
> >
> Do the more complex processors still incur an energy cost for speculative
> execution?
>
> --
> gil
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>


-- 

><((((º>`·.¸¸´¯`·.¸.·´¯`·...¸>(((º>
.·´¯`·.><((((º>`·.¸¸.·´¯`·.¸.·´¯`·...¸><((((º>

<>< Go fishing ><>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to