Delete data from pvmd database [in version 3.4: relaced by pvm_delinfo]
C int cc = pvm_delete( char *name, int index ) Fortran Not available
The class name, a null-terminated string.
The class index, >= 0.
See pvm_insert(3PVM) for a description of this database.
pvm_delete deletes entry <name, index> from the database.
If successful, pvm_delete returns PvmOk, otherwise it returns a negative error code:
giving an invalid argument value.
the requested <name, index> pair does not exist.
pvm_insert(3PVM), pvm_lookup(3PVM)