Homework - OpenMP programming DUE 10/23 20 Points For this homework you will be asked to parallelize two existing codes using OpenMP shared memory programming. The first program performs numerical integration. It can be found in /center/w/logan/PHYS693/omp/constructs/Integrate on Pacman. The second program performs a component-wise matrix multiplication to produce a vector. The code can be found on Pacman in /center/w/logan/PHYS693/omp/advanced/vec_mul. For both exercises, follow the instructions in the README files, making sure to answer all of the questions and perform all indicated steps. Once completed, e-mail me your homework answers along with the location of your code, batch scripts (scripts as well as outputs), and all associated files. Make sure to change permissions on all files and directories (including parent directories) so that I may examine your work. If I can't get to your code and outputs, I can't grade the assignment!