RCCE_finalize.3 589 B

12345678910111213141516171819202122232425262728293031323334
  1. .TH RCCE 3 2010-02-04 "RCCE MANPAGE" "RCCE Library"
  2. .SH NAME
  3. RCCE_finalize \- RCCE finalize function
  4. .SH SYNOPSIS
  5. .B #include <rcce.h>
  6. .sp
  7. .BI "int RCCE_finalize(void);
  8. .SH DESCRIPTION
  9. The
  10. .BR RCCE_finalize()
  11. is analogous to the MPI_finalize()routine and provides a place for any code needed
  12. to cleanly shut down the RCCE environment. No RCCE statements may follow
  13. .BR RCCE_finalize() .
  14. .SH "RETURN VALUE"
  15. Upon successful completion
  16. .BR RCCE_finalize()
  17. returns
  18. .BR RCCE_SUCCESS .
  19. .SH ERRORS
  20. Look in
  21. .BR rcce.h
  22. for additional error codes.
  23. .SH "SEE ALSO"
  24. rcce.h(5)
  25. .SH EXAMPLE