1
1
Alina Sklarevich 007b1803ec SPML_UCX: use ompi_proc_world_size() to set the estimated_num_eps value
before this fix, mca_spml_ucx_component_open was using
oshmem_num_procs() to set the value of params.estimated_num_eps for UCX.
The oshmem_num_procs() function uses oshmem_group_all which will be
initialized after the call to mca_spml_ucx_component_open and therefore,
cannot be used there.

Signed-off-by: Alina Sklarevich <alinas@mellanox.com>
2017-09-04 14:46:00 +03:00
..
2015-12-02 12:49:19 +02:00
2015-06-23 20:59:57 -07:00
2017-06-01 18:30:02 -04:00
2017-08-03 13:56:34 +03:00