ppmake-help Mailing List for PVM Parallel Make (ppmake)
Status: Alpha
Brought to you by:
schiele
You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|
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." |
From: Andreas F. <and...@ec...> - 2006-04-25 14:15:54
|
hi! i installed ppmake3-pre3 and try to compile several programms; first of all i tried to compile rsync which worked perfect. afterwards i compiled the binutils 2.14 and 2.-16 where a error occoured. here you can see the 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. Spawned 1 client on pc73 with tid 262200 Spawned 1 client on pc92 with tid 524290 Spawned 1 client on pc55 with tid 786434 libpvm [t80003]: PVM error : Error 0 Error: Variable PPM_DISTRIBUTE_TID not defined Configuring in opcodes libpvm [t80004]: PVM error : Error 0 Error: Variable PPM_DISTRIBUTE_TID not defined libpvm [tc0003]: PVM error : Error 0 Error: Variable PPM_DISTRIBUTE_TID not defined Configuring in intl libpvm [tc0004]: PVM error : Error 0 Error: Variable PPM_DISTRIBUTE_TID not defined gmake: *** [configure-opcodes] Fehler 1 gmake: *** Warte auf noch nicht beendete Prozesse... gmake: *** [configure-intl] Fehler 1 Error: Variable PPM_DISTRIBUTE_TID not defined libpvm [t4003b]: PVM error : Error 0 Configuring in libiberty libpvm [t4003c]: Error: Variable PPM_DISTRIBUTE_TID not defined PVM error : Error 0 gmake: *** [configure-libiberty] Fehler 1 3 Jobs completed. Jobs done by ... pc73 : 1 pc92 : 1 pc55 : 1 3 errors occured. [1] + Fertig ppmdistribute ### end ppmake. ----------------------------------------------------error------------------------------- i'm using 3 pc fedora core 3 with pvm 3.4.5! i hope someone can tell me why this error occours! with best regards and thanks for your help! andreas |