Scyld ClusterWare HPC: Reference Guide | ||
---|---|---|
<< Previous | Next >> |
Retrieves the node number associated with the given Process ID from the BProc process space. Note that only user processes ghosted on the master are available in this way. Node kernel and internal BProc PIDs are not accessible.
Return the node number that the PID is running on.
Returns BPROC_NODE_NONE
if the PID is running on the master node or isn't a valid PID.
This functions returns BPROC_NODE_NONE
if there was an error accessing the BProc status file, or if pid was not found in the status file. There is currently no way to tell if BPROC_NODE_NONE
resulted from an error or from pid not being masqueraded by BProc.
The program does not have access to read the BProc status file.
The BProc status file does not exist.
Insufficient kernel memory.
The limit of files that can be opened by the process has been reached.
The limit of files that can be opened by the system has been reached.
The BProc status file has been locked.
<< Previous | Home | Next >> |
bproc_pidghostnode | Up | bproc_rexec |