MPIThreadPriorityDEFAULT
Declaration
#define MPIThreadPriorityDEFAULT ((MPIThreadPriority)0x78FFFFFF)
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPIThreadPriorityDEFAULT is used when launching a new thread to set 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);