Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ pvm_delete(3PVM) — Parallel Software Environment 1.9

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

pvm_insert(3PVM)

pvm_lookup(3PVM)

DELETE(3PVM)  —  Subroutines

NAME

pvm_delete − delete data from pvmd database
 

SYNOPSIS

Cint cc = pvm_delete( char ∗name, int index )
 
FortranNot available

 

PARAMETERS

nameThe class name, a null-terminated string. 

indexThe class index, >= 0. 
 

DESCRIPTION

See pvm_insert(3PVM) for a description of this database. 
 
pvm_delete deletes entry <name, index> from the database. 
 
 

ERRORS

If successful, pvm_delete returns PvmOk, otherwise it returns a negative error code:

PvmBadParam
giving an invalid argument value.

PvmNoEntry
the requested <name, index> pair does not exist.

SEE ALSO

pvm_insert(3PVM), pvm_lookup(3PVM)
 

  —  27 June, 1994

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026