1DELETE(3PVM)                    PVM Version 3.4                   DELETE(3PVM)
2
3
4

NAME

6       pvm_delete - delete data from pvmd database
7       [In Version 3.4: Relaced by pvm_delinfo]
8
9

SYNOPSIS

11       C    int cc = pvm_delete( char *name, int index )
12
13       Fortran   Not available
14
15

PARAMETERS

17       name    The class name, a null-terminated string.
18
19       index   The class index, >= 0.
20
21

DESCRIPTION

23       See pvm_insert(3PVM) for a description of this database.
24
25       pvm_delete deletes entry <name, index> from the database.
26
27
28

ERRORS

30       If  successful,  pvm_delete returns PvmOk, otherwise it returns a nega‐
31       tive error code:
32
33       PvmBadParam
34              giving an invalid argument value.
35
36       PvmNoEntry
37              the requested <name, index> pair does not exist.
38

SEE ALSO

40       pvm_insert(3PVM), pvm_lookup(3PVM)
41
42
43
44
45                                 27 June, 1994                    DELETE(3PVM)
Impressum