RCCE_comm_size.3 656 B

12345678910111213141516171819202122232425262728293031323334353637
  1. .TH RCCE 3 2010-02-04 "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_comm_size \- stores the number of the calling UE.
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "int RCCE_comm_size(RCCE_COMM " comm ", int * "rank );
  8. .SH DESCRIPTION
  9. .BR RCCE_comm_rank()
  10. stores the number of UEs within communicator comm in th integer size.
  11. .TP 20
  12. .B comm
  13. The communicator whose size (number of UEs) the call returns.
  14. .TP
  15. .B size
  16. The number of UEs in the communicator comm.
  17. .SH "RETURN VALUE"
  18. Upon successful completion
  19. .BR RCCE_comm_size()
  20. returns
  21. .BR RCCE_SUCCESS .
  22. .SH ERRORS
  23. Look in
  24. .BR rcce.h
  25. for additional error codes.
  26. .SH "SEE ALSO"
  27. rcce.h(5)
  28. .SH EXAMPLE