mpiThreadArgument
Declaration
MPI_DECL1 MPI_RESULT MPI_DECL2 mpiThreadArgument(MPIThread thread, void **argument); /* see mpiThreadStart() */
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
mpiThreadArgument writes to argument, the thread argument to mpiThreadStart.
thread | A handle to the MPIThread object. |
---|---|
argument | A pointer to a typeless (void) pointer where the pointer to the thread argument is written. |