When we parallelize tasks and measure the perforamnce,two common measures of parallel scaling are
Strong Scaling: Time for fixed problem size as number of processor is increased
Weak Scaling: Time for fixed computational work per processor as problem size is increased
Some documents mention that the weak scaling is easier to achieve (most of the cases) than the strong scaling.
Is this correct? if then, why?