What are two types of scaling in parallel computing?
Strong scaling and weak scaling
What type of scaling occurs when the overall problem size remains fixed but the number of processors executing the problem increases?
Weak scaling
What type of scaling occurs when the problem size per processor remains fixed when more processors are added to the parallel system?
Strong Scaling