spack/lib
cedricchevalier19 3301e21f06 Fix performance issue when compiling. (#8828)
* Fix performance issue when compiling.

Spack was doing active wait when compiling, spoiling one core.
My fix consists in not setting any timeout for select, instead of
the previous 0 second.

* Fix comments about select.select timeout
2018-08-07 09:13:07 -07:00
..
spack Fix performance issue when compiling. (#8828) 2018-08-07 09:13:07 -07:00