MPIThreadPriority
Declaration
typedef int MPIThreadPriority;
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPIThreadPriority is used when launching a new thread and sets the priority of the new thread to the priority of the thread that launched it.
Sample Code
returnValue = mpiControlEventServiceStart(control, MPIThreadPriorityDEFAULT, 10*MPIWaitMSEC); msgCHECK(returnValue);
See Also
MPIThreadPriorityDEFAULT | MPIThreadPriorityHIGHEST | mpiControlEventServiceStart | mpiThreadPriorityGet | mpiThreadPrioritySet