[Scaling - HPC Wiki](https://hpc-wiki.info/hpc/Scaling)o > 最も一般的な意味で、**スケーラビリティ**とは、コンピュータまたはアプリケーションのサイズが大きくなるにつれて、より多くの仕事を処理する能力と定義されます。 ## String Scaling > ストロング・スケーリングの場合、問題サイズは一定のままプロセッサの数を増やします。 > In case of **strong scaling**, the number of processors is **increased** while the problem size **remains constant**. This also results in a **reduced** workload per processor. ## Weak Scaling > 弱いスケーリングの場合、プロセッサ数と問題サイズの両方が増加する。 > In case of **weak scaling**, **both** the number of processors and the problem size are **increased**. This also results in a **constant** workload per processor.