From 76abb605749d1b8ddcc842cecb258fa755d63ccf Mon Sep 17 00:00:00 2001 From: Cyril SIX Date: Tue, 14 May 2019 18:01:28 +0200 Subject: Avancement sur la génération de Makefile des benchmarks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/monniaux/run_makefiles.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 test/monniaux/run_makefiles.sh (limited to 'test/monniaux/run_makefiles.sh') diff --git a/test/monniaux/run_makefiles.sh b/test/monniaux/run_makefiles.sh new file mode 100755 index 00000000..02123665 --- /dev/null +++ b/test/monniaux/run_makefiles.sh @@ -0,0 +1,9 @@ + +source benches.sh + +rm -f commands.txt +for bench in $benches; do + echo "(cd $bench && make -j5 $1)" >> commands.txt +done + +cat commands.txt | xargs -n1 -I{} -P4 bash -c '{}' -- cgit