Newsgroups: comp.parallel.pvm
From: dychen@csie.nctu.edu.tw (Sunshine)
Subject: Re: Problem win PVM for WIN32
Organization: Dept. Comp. Sci. & Info. Eng., Chiao-Tung Univ., Taiwan
Date: 14 Dec 1996 02:38:56 GMT
Message-ID: <58t400$hns@news.csie.nctu.edu.tw>

Bernd Helzer (bhelzer@folio.com) :
hi...execuse me ..
what's the version of rshd and WinNT or win95 you used?
I can't install the PVM for win32 well.
thanks for your answer!
: I just installed PVM for win32, mostly to debug some programs. The test
: programs all work fine but my own program has some problem:
: 1.
: int main(int argc,char * argv[])
: {
: 	g_nParent = pvm_parent();
: this fails, but
: int main(int argc,char * argv[])
: {
: 	pvm_mytid();
: 	g_nParent = pvm_parent();
: this works.
: More seriously is that
: 2.
: pvm_spawn(g_szName,NULL,PvmTaskHost,szComputerName,1, nProcessID[nLoop]);
: crashes PVM (it just quits and so does my application.
: g_szName is the name of the calling program (I am trying to run a second
: copy of the program), and the computername is this computer.
: Any suggestions are welcome,
: bernd
: bhelzer@folio.com

