MPIThreadOptions

Declaration

typedef struct MPIThreadOptions {
	long     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.

See Also

mpiThreadCreate