BProc Manual | ||
---|---|---|
<<< Previous | Next >>> |
bproc_move will move the current process to the remote node given by node.
Process migration in BProc is not transparent. Migration is accomplished by making a copy of all the program's memory regions and recreating the memory space on the remote node. All open files are closed during migration.
The process does not have permission to move to node.
The process is already running on node.
node is an invalid node number or node is down.
The BProc system is not running.
<<< Previous | Home | Next >>> |
bproc_masteraddr | Up | bproc_nodeaddr |