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
What steps will reproduce the problem?
1. create a hamakefile with many <fold> rules that can run in parallel
2. run hamake without specifying a target but with -j <n> where <n> is less than the
number of rules you created in step 1
What is the expected output? What do you see instead?
All tasks will be run in parallel, instead of only <n> tasks at a time.
Please use labels and text to provide additional information.
I've attached a patch that uses the semaphore logic from Foreach.java in Fold.java as well.
Original issue reported on code.google.com by [email protected] on 25 Aug 2011 at 10:42
Original issue reported on code.google.com by
[email protected]
on 25 Aug 2011 at 10:42Attachments:
The text was updated successfully, but these errors were encountered: