Files
clr-avx-tools/clr-python-avx512
Thiago Macieira 3037904971 Use GNU Make as a way to do parallel runs of avxjudge.py
The script is not really fast on big libraries, so parallelising the run
should sorten considerably the post-install procedures, especially on
build servers with a lot of cores.

Signed-off-by: Thiago Macieira <thiago.macieira@intel.com>
2018-08-22 13:53:36 -07:00

4 lines
82 B
Bash

#!/bin/sh
exec make -kf /usr/share/clr-avx-tools/avxjudge.make ARGS="-q -5" "$@"