1
1

- Seems with change r7664, the mapping has slightly changed.

In case of checking for Shell with --mca pls_rsh_assume_same_shell 0
   have the node point to sensible values.

This commit was SVN r8563.

The following SVN revision numbers were found above:
  r7664 --> open-mpi/ompi@0629cdc2d7
Этот коммит содержится в:
Rainer Keller 2005-12-20 15:59:17 +00:00
родитель e11f2cefca
Коммит b06d79d4fe

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

@ -459,7 +459,9 @@ int orte_pls_rsh_launch(orte_jobid_t jobid)
} else {
orte_pls_rsh_shell shell;
orte_rmaps_base_map_t* map = (orte_rmaps_base_map_t*)opal_list_get_first(&mapping);
orte_ras_node_t* node = (orte_ras_node_t*)opal_list_get_first(&map->nodes);
orte_rmaps_base_node_t* rmaps_node =
(orte_rmaps_base_node_t*)opal_list_get_first(&map->nodes);
orte_ras_node_t* node = rmaps_node->node;
rc = orte_pls_rsh_probe(node, &shell);