Update documentation in rte.h to match recent changes
This commit was SVN r28887.
Этот коммит содержится в:
родитель
414ba3dad8
Коммит
495384d8b7
@ -80,18 +80,25 @@
|
|||||||
* 1. ompi_process_info_t - a struct containing info about the current process.
|
* 1. ompi_process_info_t - a struct containing info about the current process.
|
||||||
* The struct must contain at least the following fields:
|
* The struct must contain at least the following fields:
|
||||||
* a. app_num -
|
* a. app_num -
|
||||||
* b. pid -
|
* b. pid - this process's pid. Should be same as getpid().
|
||||||
* c. num_procs -
|
* c. num_procs - Number of processes in this job (ie, MCW)
|
||||||
* d. my_node_rank -
|
* d. my_node_rank - relative rank on local node to other peers this run-time
|
||||||
* e. my_hnp_uri -
|
* instance knows about. If doing dynamics, this may be something
|
||||||
* f. peer_modex - a collective id for the modex operation
|
* different than my_local_rank, but will be my_local_rank in a
|
||||||
* g. peer_init_barrier - a collective id for the barrier during MPI_Init
|
* static job.
|
||||||
* h. peer_fini_barrier - a collective id for the barrier during MPI_Finalize
|
* d. my_local_rank - relative rank on local node with other peers in this job (ie, MCW)
|
||||||
* i. job_session_dir -
|
* e. num_local_peers - Number of local peers (peers in MCW on your node)
|
||||||
* j. proc_session_dir -
|
* f. my_hnp_uri -
|
||||||
* k. nodename - a string representation for the name of the node this
|
* g. peer_modex - a collective id for the modex operation
|
||||||
|
* h. peer_init_barrier - a collective id for the barrier during MPI_Init
|
||||||
|
* i. peer_fini_barrier - a collective id for the barrier during MPI_Finalize
|
||||||
|
* j. job_session_dir -
|
||||||
|
* k. proc_session_dir -
|
||||||
|
* l. nodename - a string representation for the name of the node this
|
||||||
* process is on
|
* process is on
|
||||||
* 2. ompi_rte_proc_is_bound - global boolean that will be true if the runtime bound
|
* m. cpuset -
|
||||||
|
* 2. ompi_process_info - a global instance of the ompi_process_t structure.
|
||||||
|
* 3. ompi_rte_proc_is_bound - global boolean that will be true if the runtime bound
|
||||||
* the process to a particular core or set of cores and is false otherwise.
|
* the process to a particular core or set of cores and is false otherwise.
|
||||||
*
|
*
|
||||||
* (d) Error handling objects and operations
|
* (d) Error handling objects and operations
|
||||||
@ -100,7 +107,7 @@
|
|||||||
* 2. int ompi_rte_abort_peers(ompi_process_name_t *procs, size_t nprocs) -
|
* 2. int ompi_rte_abort_peers(ompi_process_name_t *procs, size_t nprocs) -
|
||||||
* Abort the specified list of peers
|
* Abort the specified list of peers
|
||||||
* 3. OMPI_ERROR_LOG(rc) - print error message regarding the given return code
|
* 3. OMPI_ERROR_LOG(rc) - print error message regarding the given return code
|
||||||
* 4. ompi_rte_set_fault_callback - register a callback function for the RTE
|
* 4. ompi_rte_register_errhandler - register a callback function for the RTE
|
||||||
* to report asynchronous errors to the caller
|
* to report asynchronous errors to the caller
|
||||||
*
|
*
|
||||||
* (e) Init and finalize objects and operations
|
* (e) Init and finalize objects and operations
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user