c4-project / c4t

Runs concurrent C compiler tests
MIT License
1 stars 0 forks source link

Implement test splitter #4

Closed MattWindsor91 closed 4 years ago

MattWindsor91 commented 4 years ago

There should be a tool, act-tester-split, whose sole aim is to take a test plan and turn it into a single test plan per machine. This would then facilitate top-level parallelism, either manually or eventually by the director.

MattWindsor91 commented 4 years ago

Decided not to take this approach: instead, per #16, plans are always one machine only.