Newsgroups: comp.parallel.pvm
From: hhl@cs.rice.edu (Honghui Lu)
Subject: PVM3.3.2, No 2 tasks on a single processor?
Organization: Rice University, Houston, Texas
Date: 31 Jul 1994 19:32:23 GMT
Message-ID: <31gu87$6l1@larry.rice.edu>


For example, I can not run 3 tasks on 2 processors.
If on a PVM with 2 single processor machines,
	numt = pvm_spawn(... , PvmTaskDefault, ntask = 2, tids);
On return, numt = 2, but the tids are 0s, and the following pvm_send
results in bad parameter.

This did not happen in PVM3.2.6.
Does any one have the same problem? I need this feature for load 
balancing.


Honghui



