Pegasus InfoCorp: Web site design and web software development company

LOOKUP (3)

retrieve data from pvmd database

[In Version 3.4: Relaced by pvm_getinfo]

SYNOPSIS

    B
    C       int cc = pvm_lookup( char *name, int index, int *data )
       
    

    Fortran Not available

PARAMETERS

      The class name, a null-terminated string.

      The class index, >= 0 or -1 for first available.

      Returns the data stored in the <name, index> entry.

DESCRIPTION

    See pvm_insert(3PVM) for a description of this database.

    pvm_lookup retrieves data stored in the location given by <name, index>. If index is -1, the data stored at the first existing index in the named class is returned.