1
1

btl/vader: Fix typo in add_procs introduced by the btl move

This commit was SVN r32342.
Этот коммит содержится в:
Nathan Hjelm 2014-07-29 16:07:59 +00:00
родитель e39c673dd2
Коммит b10a29fd96

Просмотреть файл

@ -286,7 +286,7 @@ static int vader_add_procs (struct mca_btl_base_module_t* btl,
} }
/* make sure that my local rank has been defined */ /* make sure that my local rank has been defined */
if (0 <= MCA_BTL_VADER_LOCAL_RANK) { if (0 > MCA_BTL_VADER_LOCAL_RANK) {
return OPAL_ERROR; return OPAL_ERROR;
} }