Hello Kyle and Lije,
Yes, if you want load_vec to work in parallel you must parallelize it
yourself. I included this extra method just in case you wanted to try
out your own problem sets (yeah!). The important thing to have working
is the model problem given by cs240_getB.
You can use Verify on problem sets small enough that you can collect
the whole vector on one machine and run it serially. Once you have
verified that your calculations are correct, I don't believe its
necessary to keep it in your program. Then you can run problem sets as
big as you want without having to parallelize verify or collect the
vector on one machine.
Let me know if you have any other questions.
Matt