Question 2
Given a parallel program with Tserial = n and Tparallel = n/p + 1, where times are in microseconds,
n is the problem size, and p is the number of processes/thread. Is this program scalable? If yes, is
it weakly scalable or strongly scalable?