oshmem: Abort application in casesingle scoll:mpi is selected
scoll:mpi does not have barrier and should be selected with any other scoll component. Signed-off-by: Igor Ivanov <Igor.Ivanov@itseez.com>
Этот коммит содержится в:
родитель
fb5d934e2f
Коммит
ca8c3eebea
@ -76,7 +76,8 @@ static int mca_scoll_mpi_module_enable(mca_scoll_base_module_t *module,
|
||||
{
|
||||
|
||||
if (OSHMEM_SUCCESS != mca_scoll_mpi_save_coll_handlers(module, osh_group)){
|
||||
MPI_COLL_ERROR("scoll_mpi: mca_coll_mpi_save_coll_handlers failed");
|
||||
MPI_COLL_ERROR("MPI module enable failed - aborting to prevent inconsistent application state");
|
||||
oshmem_shmem_abort(-1);
|
||||
return OSHMEM_ERROR;
|
||||
}
|
||||
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user