Is there such a thing as high-performance #permacomputing ?  
On one hand, HPC implies centralization. On the other hand, some important tasks like weather prediction or build farms benefit everyone and require centralized infrastructure.

@csepp Do they require centralized infrastructure? Remember Seti @ home and folding @ home?

https://en.wikipedia.org/wiki/SETI%40home
https://en.wikipedia.org/wiki/Folding%40home

SETI@home - Wikipedia

HPC and distributed computing serve different needs. HPC is for when your massively-parallel job is tightly coupled. Distribution works better with embarassingly parallel work.

CC: @[email protected]