RCCE_num_ues.3 551 B

123456789101112131415161718192021222324252627
  1. .TH RCCE 3 2010-02-04 "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_num_ues \- returns the number of units of execution (n) participating in the computation.
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "int RCCE_num_ues(void);
  8. .SH DESCRIPTION
  9. .BR RCCE_num_ues()
  10. returns the number of units of execution (n) participating in the computation.
  11. .SH "RETURN VALUE"
  12. An integer equalto the number of units of execution (n) participating in the computation.
  13. .SH ERRORS
  14. Look in
  15. .BR rcce.h
  16. for additional error codes.
  17. .SH "SEE ALSO"
  18. rcce.h(5)
  19. .SH EXAMPLE