MPIThreadPriorityHIGHEST
Declaration
#define MPIThreadPriorityHIGHEST ((MPIThreadPriority)0x68FFFFFF)
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPIThreadPriorityHIGHEST is used to set the priority of a thread to the highest possible priority.
Sample Code
returnValue =
       mpiControlEventServiceStart(control, MPIThreadPriorityHIGHEST, MPIWaitFOREVER);
msgCHECK(returnValue);
   
      See Also
MPIThreadPriorityDEFAULT | mpiControlEventServiceStart | mpiThreadPriorityGet | mpiThreadPrioritySet
