Parallelize the commonly known Mandelbrot set calculation. The given project does all the calculations for you and the only modifications you will make will be omp statements. Use the starting project: https://gitlab.com/OC-ParallelProgramming/lab-3 1. Identify areas of code that can be parallelized 2. You can use omp scheduling to get better performance (section 5.7) 3. Your implementation should use 100% of the CPU The generated ppm will be put in the cmake-build-debug folder. Useful Links: Cool Zoom:https://www.youtube.com/watch?v=UuOTuFVnWv0 How it works:https://www.youtube.com/watch?v=2JUAojvFpCo PPM Converter: https://convertio.co/ppm-jpg/