1
1

Missed a couple of debug statements

This commit was SVN r11935.
Этот коммит содержится в:
Ralph Castain 2006-10-02 15:46:41 +00:00
родитель 53b116d309
Коммит 12328395ae
2 изменённых файлов: 0 добавлений и 3 удалений

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

@ -108,8 +108,6 @@ int orte_pls_base_orted_kill_local_procs(opal_list_t *daemons, orte_jobid_t job)
item = opal_list_get_next(item)) {
dmn = (orte_pls_daemon_info_t*)item;
opal_output(0, "pls_base_orted_kill_local: sending cmd to [%ld,%ld,%ld]", ORTE_NAME_ARGS(dmn->name));
if (0 > orte_rml.send_buffer(dmn->name, &cmd, ORTE_RML_TAG_PLS_ORTED, 0)) {
ORTE_ERROR_LOG(ORTE_ERR_COMM_FAILURE);
OBJ_DESTRUCT(&cmd);

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

@ -733,7 +733,6 @@ static void abort_signal_callback(int fd, short flags, void *arg)
* it can kill all the orteds
*/
if (jobid != ORTE_JOBID_INVALID) {
fprintf(stderr, "terminating job %ld", (long)jobid);
ret = orte_pls.terminate_job(jobid);
if (ORTE_SUCCESS != ret) {
jobid = ORTE_JOBID_INVALID;