|
From: Nicholas N. <nj...@cs...> - 2005-03-24 03:44:00
|
On Wed, 23 Mar 2005 erg...@pc... wrote: > It seems to me that the errors below are errors in the PVM library, and not > my program. Is that correct? For example - main2.cc:40 is the call to > pvm_mytid(). This function doesn't take any arguments, it's the first call > of the program - hard to see how I've screwed it up!? Similarly for the > call to pvm_initsend() at pvm_func.cc:61 - it takes a single integer > argument, which in this case is a global const. It's difficult to say, but it's quite possible they are library bugs. Or just false positives. > What's odd is that pvm_initsend() is called ALOT with the same argument, > yet this is the only place it shows up with an error?? Duplicate errors are only reported once -- what determines the duplicate-ness is the kind of error and the stack-trace to a depth of four calls. This might be the reason. N |