| Scyld ClusterWare HPC: Reference Guide | ||
|---|---|---|
| << Previous | Next >> | |
This function will get information about the node and fill that information into the struct bproc_node_info_t.
|  struct bproc_node_info_t {
    int      num_nodes;         /* Same as bproc_numnodes() */
    int      curr_node;         /* Same as bproc_currnode()
    int      node;              /* Ends up being set to the node you specify */
    int      status;            /* Same as bproc_nodestatus() */
    uint32_t addr;              /* Represents the node in question's ip address */
    int      user;              /* The uid for the user the node is assigned to */
    int      group;             /* The gid for the group the node is assigned to */
 } | 
See the Administrator's Guide for more information on the user and group.
info points to memory that is inaccessible by the program.
I/O Error
Out of Memory
| << Previous | Home | Next >> | 
| bproc_nodeaddr | Up | bproc_nodenumber |