GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
MPI_Aint_diff(3) MPI MPI_Aint_diff(3)

MPI_Aint_diff - Returns the difference between addr1 and addr2

MPI_Aint MPI_Aint_diff(MPI_Aint addr1, MPI_Aint addr2)

addr1
- minuend address (integer)
addr2
- subtrahend address (integer)

Difference between addr1 and addr2

MPI_Aint_diff produces a new MPI_Aint value that is equivalent to the difference between addr1 and addr2 arguments, where addr1 and addr2 represent addresses returned by calls to MPI_GET_ADDRESS. The resulting address is valid only at the process that generated addr1 and addr2, and addr1 and addr2 must correspond to locations in the same object in the same process. The difference is calculated in a manner that results the signed difference from addr1 to addr2, as if the process that originally produced the addresses had called
(char *) addr1 - (char *) addr2

on the addresses initially passed to MPI_GET_ADDRESS.

MPI_Aint_add
12/16/2021

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.