Newsgroups: comp.parallel.pvm
From: hsong@asylum.cs.utah.edu (Hwal Song)
Subject: using pvm_pking for float
Organization: University of Utah Computer Science
Date: 15 Mar 1995 06:06:11 GMT

would this work?

  float a[10], b;

  ........
  pvm_pkint(a, 10*sizeof(float)/sizeof(int), 1)
  pvm_pkint(&b, sizeof(float)/sizeof(int), 1);


do you any difficulties in unpacking?
what would cause any confilicts with implementational definition?

thank you.

