NAME
bsp_end - terminate BSP processes.
C SYNOPSIS
#include "bsp.h"
void bsp_end()
FORTRAN SYNOPSIS
SUBROUTINE bspend()
DESCRIPTION
Terminate the SPMD execution of the processes spawned by
bsp_begin(3). All but process zero is terminated, and pro-
cess zero is left to continue the execution of the rest of
the program sequentially.
SEE ALSO
bsplib(3), bsp_begin(3), bsp_end(3)
``BSPlib: The BSP Programming Library'' Jonathan M. D. Hill,
Bill McColl, Dan C. Stefanescu, Mark W. Goudreau, Kevin
Lang, Satish B. Rao, , Torsten Suel, Thanasis Tsantilas, and
Rob Bisseling. Parallel Computing, to appear 1998. See
http://www.bsp-worldwide.org for more details.
BUGS
Problems and bug reports should be mailed to bsplib-
bugs@comlab.ox.ac.uk
AUTHORS
The Oxford BSP Toolset implementation of BSPlib was written
by Jonathan.Hill@comlab.ox.ac.uk
http://www.comlab.ox.ac.uk/oucl/people/jonathan.hill.html
Man(1) output converted with
man2html