Use new API.
This commit was SVN r28754.
Этот коммит содержится в:
родитель
16beaa3878
Коммит
5051cd53fd
@ -669,8 +669,8 @@ int mca_btl_smcuda_add_procs(
|
||||
mca_btl_smcuda_component.num_smp_procs += n_local_procs;
|
||||
|
||||
/* make sure we have enough eager fragmnents for each process */
|
||||
return_code = ompi_free_list_resize(&mca_btl_smcuda_component.sm_frags_eager,
|
||||
mca_btl_smcuda_component.num_smp_procs * 2);
|
||||
return_code = ompi_free_list_resize_mt(&mca_btl_smcuda_component.sm_frags_eager,
|
||||
mca_btl_smcuda_component.num_smp_procs * 2);
|
||||
if (OMPI_SUCCESS != return_code)
|
||||
goto CLEANUP;
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user