Refs trac:429.
Tweak a comment to match the code. This commit was SVN r11839. The following Trac tickets were found above: Ticket 429 --> https://svn.open-mpi.org/trac/ompi/ticket/429
Этот коммит содержится в:
родитель
13d5e5aab4
Коммит
afa7f53d43
@ -52,7 +52,7 @@ int MPI_Info_get_nthkey(MPI_Info info, int n, char *key)
|
||||
|
||||
/*
|
||||
* 1. Check if info is a valid handle
|
||||
* 2. Check if there are atleast "n" elements
|
||||
* 2. Check if there are at least (n+1) elements
|
||||
* 3. If so, give the nth defined key
|
||||
*/
|
||||
if (MPI_PARAM_CHECK) {
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user