You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.