.TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library" .SH NAME RCCE_power_domain_size \- returns the number of cores within the local power domain participating in the computation. .SH SYNOPSIS .B #include .sp .BI "int RCCE_power_domain_size(void );" .SH DESCRIPTION .BR RCCE_power_domain_size() returns the number of cores within the local power domain that are participating in the computation. .SH "RETURN VALUE" Upon successful completion .BR RCCE_power_domain_size() returns the number of cores within the local power domain that are participating in the computation. .SH ERRORS Look in .BR rcce.h for additional error codes. .SH "SEE ALSO" rcce.h(5) .SH EXAMPLE .PP To be supplied.