Newsgroups: comp.parallel.pvm
From: orenl@sunset.ma.huji.ac.il (Oren Laden)
Subject: PVM - buffers handling
Date: 25 Dec 1994 15:41:45 GMT
Message-ID: <3dk3rp$30j@shum.cc.huji.ac.il>

Hello all,

Does pvm_initsend(...) actually allocates a buffer for send operation ?

If I use pvm_initsend(), and then I use pvm_freebuf(...) for the buffer,
this buffer should be freed. Now if I use pvm_initsend() again it should
allocate a new buffer, but this feature is not documented in the manual.
When I use it in my program, I don't get an error message, but I only
send data once or twice.

Thanks for your answers,

