[Cmake] RE: gmake -j

Lorensen, William E (Research) lorensen at crd.ge.com
Wed Apr 24 14:51:19 EDT 2002


Great. I probably should build a new version of gmake.

Thanks


-----Original Message-----
From: Bill Hoffman [mailto:bill.hoffman at kitware.com]
Sent: Wednesday, April 24, 2002 2:49 PM
To: Lorensen, William E (Research)
Cc: cmake at public.kitware.com
Subject: Re: gmake -j


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