Avoid unused variable warning without MPI
Whatever the mysterious meaning of the mysteryFactor
is,
it's only used in the #if HAVE_MPI
branch. Hence we should
move it there to avoid unused variable warnings.
Whatever the mysterious meaning of the mysteryFactor
is,
it's only used in the #if HAVE_MPI
branch. Hence we should
move it there to avoid unused variable warnings.