Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 286 Bytes

File metadata and controls

5 lines (4 loc) · 286 Bytes

testing-conditional-parallelization

This code explores ways of doing conditional parallelization using OpenMP in a recursive Depth First Search of a state space, in this case length three tuples over a 3-ary alphabet.

I am lookign for the easiest way to control the parallelization.