mantidproject / dockerfiles

Docker images relating to Mantid
https://hub.docker.com/u/mantidproject/
GNU General Public License v3.0
3 stars 7 forks source link

Add GNU parallel to static analysis image #26

Closed DavidFair closed 4 years ago

DavidFair commented 4 years ago

Adds GNU parallel to static analysis image, this means we can move some of our single threaded jobs (clang-format) to automatically be parallel.

xargs has a -P flag but this parallel can auto scale based on the builders number of cores.