Re: [PATCH v2 11/12] .travis.yml: probe for number of available processors

2020-02-01 Thread Ed Vielmetti
Thanks Philippe. For reference, the two machine types in typical use in the Packet system can be referenced as follows: c1.large.arm - 96-core Cavium (Marvell) ThunderX c2.large.arm - 32-core Ampere eMag The Ampere data sheet from their OEM (Lenovo) is below. https://amperecomputing.com/wp-cont

Re: [PATCH v2 11/12] .travis.yml: probe for number of available processors

2020-01-31 Thread Philippe Mathieu-Daudé
(Cc'ing Ed Vielmetti) On 1/30/20 12:32 PM, Alex Bennée wrote: The arm64 hardware was especially hit by only building on 3 of the 32 available cores. Introduce a JOBS environment variable which we use for all parallel builds. We still run the main checks single threaded though so to make it easie

Re: [PATCH v2 11/12] .travis.yml: probe for number of available processors

2020-01-30 Thread Thomas Huth
On 30/01/2020 12.32, Alex Bennée wrote: > The arm64 hardware was especially hit by only building on 3 of the 32 > available cores. Introduce a JOBS environment variable which we use > for all parallel builds. We still run the main checks single threaded > though so to make it easier to spot hangs.

[PATCH v2 11/12] .travis.yml: probe for number of available processors

2020-01-30 Thread Alex Bennée
The arm64 hardware was especially hit by only building on 3 of the 32 available cores. Introduce a JOBS environment variable which we use for all parallel builds. We still run the main checks single threaded though so to make it easier to spot hangs. Signed-off-by: Alex Bennée --- .travis.yml |