Menu

#627 Parallelizable test suite (make -jNNN test-tcl)

open
5
2012-07-27
2012-07-26
No

Even if we tweak the "test-tcl" target to directly have a "comb" of dependencies on all test results (see attached patch to Makefile, GNU make dependent), an attempt to run it in parallel (make -j16) miserably fails. Top reason is re-use of the same temporary file names all over the suite ("foo", "script", etc).

Though the needed cleanup might sound tedious, preliminary timings show it would be lightning fast (ca 30s instead of 5mn for test-tcl here).

Discussion

  • Alexandre Ferrieux

    GNU Makefile tweak for parallel test-tcl

     
  • Donal K. Fellows

    • labels: --> 34. tcltest Package
     
  • Donal K. Fellows

    • assigned_to: nobody --> dgp
     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.