1
1

Fix the case where a user supplies the -xterm option, which requires that we leave ssh sessions attached.

This commit was SVN r24668.
Этот коммит содержится в:
Ralph Castain 2011-05-02 12:39:55 +00:00
родитель 257473ebca
Коммит 9df207aa51

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

@ -327,6 +327,13 @@ int orte_register_params(void)
mca_base_param_reg_string_name("orte", "xterm",
"Create a new xterm window and display output from the specified ranks there [default: none]",
false, false, NULL, &orte_xterm);
if (NULL != orte_xterm) {
/* if an xterm request is given, we have to leave any ssh
* sessions attached so the xterm window manager can get
* back to the controlling terminal
*/
orte_leave_session_attached = true;
}
/* whether or not to forward SIGTSTP and SIGCONT signals */
mca_base_param_reg_int_name("orte", "forward_job_control",