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