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

FreeBSD Manual Pages

  
 
  

home | help
MPI_Aint_add(3)			      MPI		       MPI_Aint_add(3)

NAME
       MPI_Aint_add -  Returns the sum of base and disp

SYNOPSIS
       MPI_Aint	MPI_Aint_add(MPI_Aint base, MPI_Aint disp)

INPUT PARAMETERS
       base   -	base address (integer)
       disp   -	displacement (integer)

NOTES
       MPI_Aint_Add  produces  a  new MPI_Aint value that is equivalent	to the
       sum of the base and disp	arguments, where base represents  a  base  ad-
       dress  returned	by  a  call  to	 MPI_GET_ADDRESS and disp represents a
       signed integer displacement. The	resulting address is valid only	at the
       process that generated base, and	it must	correspond to  a  location  in
       the same	object referenced by base. The addition	is performed in	a man-
       ner  that  results in the correct MPI_Aint representation of the	output
       address,	as if the process that originally produced base	had called
       MPI_Get_address((char *)	base + disp, &result)

SEE ALSO
       MPI_Aint_diff

				   2/3/2025		       MPI_Aint_add(3)

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

home | help