RCCE_power_domain_size.3 708 B

123456789101112131415161718192021222324252627282930313233
  1. .TH RCCE 3 2010-06-27 "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_power_domain_size \- returns the number of cores within the local power domain participating in the computation.
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "int RCCE_power_domain_size(void );"
  8. .SH DESCRIPTION
  9. .BR RCCE_power_domain_size()
  10. returns the number of cores within the local power domain that are participating in the computation.
  11. .SH "RETURN VALUE"
  12. Upon successful completion
  13. .BR RCCE_power_domain_size()
  14. returns the number of cores within the local power domain that are participating in the computation.
  15. .SH ERRORS
  16. Look in
  17. .BR rcce.h
  18. for additional error codes.
  19. .SH "SEE ALSO"
  20. rcce.h(5)
  21. .SH EXAMPLE
  22. .PP
  23. To be supplied.