mpiThreadPrioritySet

Declaration

MPI_DECL1 MPI_RESULT MPI_DECL2
    mpiThreadPrioritySet(MPIThread         thread,
                         MPIThreadPriority priority);

 

Required Header: stdmpi.h

Change History: Added in 04.00.

Description

mpiThreadPrioritySet sets the thread priority of the thread object.

thread A handle to the MPIThread object.
priority The new thread priority for the thread object.

See Also

mpiThreadPriorityGet