Coccinelle release 0.2.5-rc4
[bpt/coccinelle.git] / tools / distributed / README
CommitLineData
34e49164
C
1This directory contains code to distribute cpatch among multiple
2processors. To adjust the actual call to spatch, modify the file
3spatch_linux_script.
4
5spatch_linux.c has to be updated with the explicit path of the scripts
6(spatch_linux_script and cleanup_script).
7
8Normally, after running make and make install, spatch_linux foo.cocci will
9make 9 processes applying foo.cocci to the files in the directory mentioned
10in 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.