home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / parallel / 2798 < prev    next >
Encoding:
Text File  |  1992-12-22  |  2.3 KB  |  55 lines

  1. Newsgroups: comp.parallel
  2. Path: sparky!uunet!gatech!hubcap!fpst
  3. From: jf@edv6000.tuwien.ac.at (Josef Fritscher)
  4. Subject: Re: PVM's rcvinfo() function.
  5. Message-ID: <1992Dec22.140517.9755@hubcap.clemson.edu>
  6. Apparently-To: comp-parallel@news.uu.net
  7. Sender: news@email.tuwien.ac.at
  8. Nntp-Posting-Host: edv6000.tuwien.ac.at
  9. Reply-To: fritscher@email.tuwien.ac.at
  10. Organization: Technical University of Vienna
  11. References: <1992Dec21.132806.24272@hubcap.clemson.edu> <1992Dec21.205055.23644@hubcap.clemson.edu>
  12. Date: Tue, 22 Dec 1992 12:36:53 GMT
  13. Approved: parallel@hubcap.clemson.edu
  14. Lines: 39
  15.  
  16. In article <1992Dec21.205055.23644@hubcap.clemson.edu>, pestep@convex.com (Pat Estep) writes:
  17. |> In article <1992Dec21.132806.24272@hubcap.clemson.edu> <ruucp@samsung.com> writes:
  18. |> >Hi;
  19. |> >
  20. |> >In the master program i a doing a >>>>putbytes(image, 262144);
  21. |> >Then snd() to slave. In the slave when i do rcvinfo() it
  22. |> >returns message size as 262152. (Possibly 2 ints).
  23. |> >
  24. |> >Can anyone explain this? I understand there will be padding/stripping
  25. |> >at lower levels, but does it reflect at the user level? Do i have
  26. |> >to strip off some headers etc?
  27. |>   the moral to the story is that in pvm, you can't query to see what's
  28. |>   in the incoming buffer or how much is in the buffer.  the receiving
  29. |>   program has to know.
  30. |> -- 
  31. |> Pat Estep                               System Integration and Support
  32. |> Convex Computer Corporation
  33. |> 3000 Waterview Parkway                  Email: pestep@convex.com
  34. |> Richardson, TX 75080                    Voice: (214) 497-4814
  35. |> 
  36.  
  37. An alternative is, that the sender can inform the receiver, and that can
  38. be done in the same message.
  39.  
  40. Just my simple $ 0.02 tip for Christmas
  41.  
  42. Joe
  43. -- 
  44. Josef Fritscher                     Internet: fritscher@edvz.tuwien.ac.at
  45. Computing Center                      Bitnet: fritscher@awituw64.bitnet
  46. Technical University of Vienna    in reality: jf@edv6000.tuwien.ac.at
  47. Wiedner Hauptstrasse 8-10              Voice: ++431 58 801/5505
  48. A-1040 Vienna, Austria/Europe         Fax: ++431 58 74 211 
  49. Member of the Austrian Center for Parallel Computation (ACPC)
  50. -------------------------------------------------------------------------
  51. The function of local-in-Universe critical information-gathering and
  52. local-in-Universe problem-solving is manifest in the cockpit of all
  53. great airplanes.                                  (R. Buckminster Fuller)
  54.  
  55.