Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
BSinit(3)			  BlockSolve95			       BSinit(3)

NAME
     BSinit  -	Initializes BlockSolve and MPI.  BSinit() calls MPI_Init() if it
     has not already been called.

INPUT PARAMETERS
     argc   - count of number of command line arguments
     args   - the command line arguments

NOTES
     If you want to call MPI_Init() separately, call it before BSinit().

KEYWORDS
      initialize, startup

SEE ALSO
      BSfinalize()

SYNOPSIS
     int BSinit(int *argc,char ***args)

LOCATION
      BlockSolve95/src/BSinit.c

				   10/17/1996			       BSinit(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=BSinit&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help