From: "Jingshan Xu" Newsgroups: comp.parallel.pvm Subject: The slave process cannot start Date: 7 Apr 1999 14:57:50 GMT Organization: The University of Georgia Message-Id: <01be8106$9a5e22c0$3804c080@gw1> Xref: ukc comp.parallel.pvm:8222 I am trying to rewrite a sequential C++ project using PVM. I compiled the PVM program using g++ sucessfully , but when I run the master, it can spawn the slave and send out message but the spawned slave doesn't start work actualy. It is my first time to embedded PVM in C++, so, I don't know if it is the PVM problem or the C++ embedding problem. Can anyone help me?