logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pvm_delete - delete data from pvmd database

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.

Name

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

Parameters

       name    The class name, a null-terminated string.

       index   The class index, >= 0.

See Also

pvm_insert(3PVM), pvm_lookup(3PVM)

                                                  27 June, 1994                                     DELETE(3PVM)

Synopsis

Cintcc=pvm_delete(char*name,intindex)FortranNotavailable

See Also