Scyld ClusterWare HPC: Reference Guide | ||
---|---|---|
<< Previous | Next >> |
bpslave [options] [-h] [-V] [-l logfacility] [-r] [-i] [-d] [-s addr] [-c dir] [-p port] [-m file] [-v]
The bpslave daemon is part of the BProc package, and is installed by default. It is the controller and message and I/O manager run on each compute node, and must be running for the node to function.
bpslave is started by the Scyld compute node init process, which sets parameters based on what is passed in through the kernel command line option in the /etc/beowulf/config file. All parameters of the bpslave daemon are not accessible via the kernel command line keyword in /etc/beowulf/config.
The bpslave daemon is not intended to be run from the command line nor started, except implicitly by the compute node init process.
The following options are available to the bpslave program. These options are mainly intended for using BProc in a standard linux environment where the master and compute nodes both have full system installs.
Show this message and exit. If -h is the first option, all other options will be ignored. If -h is not the first option, the other options will be parsed up to the -h option, but no action will be taken.
Print version information and exit.
Log to this log facility (default=daemon).
Automatic reconnect on error or lost connection.
Ignore BProc version mismatches (dangerous).
Do not daemonize self.
Connect from source address addr.
Set library cache to dir. \n.
Set library cache file request port to port.
Debugging options:
Enable message trace to file.
Increase verbose level (implies -d
).
The host name and (optionally) the port number of the bpmaster daemon.
This should not be run on the command line. The options are compiled in from the boot.c file and run via init from the final beoboot image. The following line is from boot.c:
char *argv[] = { "bpslave", "-v", servername, serverport, 0 }; |
<< Previous | Home | Next >> |
bpmaster | Up | node_down |