16
edits
Changes
→OpenMP Threading - inputting explanation on openmp threading
== OpenMP Threading ==
OpenMP threads consists of a parallel region that forks a master thread into multiple child threads that each performs a function in parallel amongst each other and joins back to its parent thread after reaching the end of the parallel region.