[Cmake] Re: gmake -j

Bill Hoffman bill.hoffman at kitware.com
Wed Apr 24 14:49:16 EDT 2002


I took a look at this, and it would seem that gnu make 3.75 (last release 1995)
does not work.

However, gmake 3.79.1 works fine on linux, solaris, and cygwin.

Also /bin/make -P works on the SGI, and runs in parallel.

-Bill






At 01:00 PM 4/24/2002 -0400, Lorensen, William E (Research) wrote:
>Bill,
>If I'm in VTK-foo and do a:
>gmake -j 12
>
>I do not see parallel builds in let's say, Common
>
>If I go into Common
>cd Common
>gmake -j 12
>
>I do not see parallel makes
>
>If I go into Common
>cd Common
>gmake -j 12 all
>
>I DO see parallel makes.
>
>Same sort of thing in Insight. If I go into Testing/Code/Algorithms
>
>gmake -j 12        NO Parallel make
>gmake -j 12 all         Parallel make
>
>Bill 




More information about the CMake mailing list