pvm_setmwid man page on YellowDog

Man page or keyword search:  
man Server   18644 pages
apropos Keyword Search (all sections)
Output format
YellowDog logo
[printable version]

SETMWID(3PVM)			PVM Version 3.4			 SETMWID(3PVM)

NAME
       pvm_getmwid, pvm_setmwid - Get or set wait ID of a message.
       [In Version 3.4: Relaced by pvm_getminfo and pvm_setminfo]

SYNOPSIS
       C    int info = pvm_getmwid( int bufid )
	    int info = pvm_setmwid( int bufid, int waitid )

       Fortran	 Not Available

PARAMETERS
       bufid   Message buffer identifier.

       waitid  Wait identifier number.

DESCRIPTION
       A  wait	identifier is part of a message (like the source, destination,
       tag and body).  It is used  to  match  a	 reply	to  the	 corresponding
       request.

       The default wait ID for a message is zero (none).

       pvm_getmwid  returns the wait ID associated with a message buffer, or a
       negative error code.

       pvm_setmwid assigns a new wait ID to  a	message	 buffer.   It  returns
       PvmOk unless an error occurs.

EXAMPLES
	    int src, tag;

	    pvm_recv(-1, -1);
	    /* ... process, compose reply message */
	    pvm_setmwid(pvm_getsbuf(), pvm_getmwid(pvm_getrbuf()));
	    pvm_bufinfo(pvm_getrbuf(), (int *)0, &tag, &src);
	    pvm_send(src, tag);

ERRORS
       The  following  error  conditions  can  be  returned  by pvm_getmwid or
       pvm_setmwid:

       PvmBadParam
	      Invalid value for bufid argument.

       PvmNoSuchBuf
	      Message buffer bufid doesn't exist.

SEE ALSO
       pvm_bufinfo(3PVM)

				 18 May, 1994			 SETMWID(3PVM)
[top]

List of man pages available for YellowDog

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net