Coccinelle release 0.2.5-rc4
[bpt/coccinelle.git] / tools / distributed / README
1 This directory contains code to distribute cpatch among multiple
2 processors. To adjust the actual call to spatch, modify the file
3 spatch_linux_script.
4
5 spatch_linux.c has to be updated with the explicit path of the scripts
6 (spatch_linux_script and cleanup_script).
7
8 Normally, after running make and make install, spatch_linux foo.cocci will
9 make 9 processes applying foo.cocci to the files in the directory mentioned
10 in spatch_linux_script. The result will be in foo. spatch_linux
11 -processes n foo.cocci will do the same, but for n processes rather than 9.