.TH BSinit 3 "10/17/1996" " " "BlockSolve95" .SH NAME BSinit \- Initializes BlockSolve and MPI. BSinit() calls MPI_Init() if it has not already been called. .SH INPUT PARAMETERS .PD 0 .TP .B argc - count of number of command line arguments .PD 1 .PD 0 .TP .B args - the command line arguments .PD 1 .SH NOTES If you want to call MPI_Init() separately, call it before BSinit(). .SH KEYWORDS initialize, startup .br .SH SEE ALSO BSfinalize() .br .SH SYNOPSIS .nf int BSinit(int *argc,char ***args) .fi .SH LOCATION BlockSolve95/src/BSinit.c