Re: using ppmake
Status: Alpha
Brought to you by:
schiele
From: Robert S. <rsc...@un...> - 2006-05-23 14:13:00
|
On Tue, Apr 25, 2006 at 04:15:47PM +0200, Andreas Fladischer wrote: > hi! >=20 > i installed ppmake3-pre3 and try to compile several programms; first of= =20 > all i tried to compile rsync which worked perfect. afterwards i compiled= =20 > the binutils 2.14 and 2.-16 where a error occoured. here you can see the= =20 > complete error: > ---------------------------------------error-----------------------------= ----- > Your virtual machine configuration is: > pc73 LINUX 1000 1 client > pc92 LINUX 1000 1 client > pc55 LINUX 1000 1 client > 3 hosts with a maximum of 3 clients. >=20 >=20 > Spawned 1 client on pc73 with tid 262200 >=20 > Spawned 1 client on pc92 with tid 524290 >=20 > Spawned 1 client on pc55 with tid 786434 > libpvm [t80003]: PVM error : Error 0 > Error: > Variable PPM_DISTRIBUTE_TID not defined >=20 > [...] >=20 > i hope someone can tell me why this error occours! Sorry for the late answer. This error originates from the fact that the environment is not handed down correctly by the make system. One (out of many) possible reasons is that ppmake uses a somewhat ugly mechanism to detect whether it is running as the main dispatcher or as a simple connector to one of the clients within the cluster. If a make system does some strange things it might confuse this mechanism resulting in start= up of the wrong subprocesses. As you can see from the activity of that project on SourceForge no one is really working on this project any longer. This is because we internally switched to some proprietary cluster system that fits our needs better and = for the rest of the world there are alternative solutions that are a perfect replacement at least as long as it is about C/C++ development. You might w= ant to look into Icecream (http://en.opensuse.org/Icecream). Robert --=20 Robert Schiele Tel.: +49-621-181-2214 Dipl.-Wirtsch.informatiker mailto:rsc...@un... "Quidquid latine dictum sit, altum sonatur." |