MPIThreadOptions
Declaration
typedef struct MPIThreadOptions { int32_t stackSize; } MPIThreadOptions;
Required Header: stdmpi.h
Change History: Added in 04.00.
Description
MPIThreadOptions specifies options for a new thread.
stackSize | The stack size in bytes for the new thread. |
---|