Parallel build of Scilab

Sylvestre Ledru sylvestre.ledru at inria.fr
Wed Feb 20 18:10:59 CET 2008


Hi,

The option -j of make is now working in Scilab.

You can now bootstrap Scilab with the option make -j4 for example. It
will launch in the same time 4 compilers.

For those who are interested in the trick, you have to use the option: 
.NOTPARALLEL: macros doc 
in the Makefile.am where you need "atomic operation".

Sylvestre








More information about the dev mailing list