PVM passing a vector to the slave

98 Views Asked by At

I'm doing a PVM project. Is it possible to pass a vector to the slave using this command? Because in my slave I use a vector that counts the % repeated numbers between numbers 1 to 1000. The that vector I want to passed to the master.

float *repeated;

int pvm_pkfloat(repeated,1000,,1); 

Thank You

0

There are 0 best solutions below