Remove stale code - message arrival time doesn't really mean much anymore.
This commit was SVN r27905.
Этот коммит содержится в:
родитель
cdf0325589
Коммит
2504da1ac9
@ -447,13 +447,6 @@ int orte_odls_base_default_construct_child_list(opal_buffer_t *data,
|
|||||||
goto COMPLETE;
|
goto COMPLETE;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* if we are doing a timing test, store the time the msg was recvd */
|
|
||||||
if (orte_timing) {
|
|
||||||
jdata->launch_msg_recvd.tv_sec = orte_daemon_msg_recvd.tv_sec;
|
|
||||||
jdata->launch_msg_recvd.tv_usec = orte_daemon_msg_recvd.tv_usec;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* UNPACK JOB-SPECIFIC DATA */
|
/* UNPACK JOB-SPECIFIC DATA */
|
||||||
/* unpack the job state so we can know if this is a restart vs initial launch */
|
/* unpack the job state so we can know if this is a restart vs initial launch */
|
||||||
cnt=1;
|
cnt=1;
|
||||||
|
@ -46,9 +46,6 @@ ORTE_DECLSPEC int orte_daemon_process_commands(orte_process_name_t* sender,
|
|||||||
opal_buffer_t *buffer,
|
opal_buffer_t *buffer,
|
||||||
orte_rml_tag_t tag);
|
orte_rml_tag_t tag);
|
||||||
|
|
||||||
/* a time flag that needs to be visible elsewhere */
|
|
||||||
ORTE_DECLSPEC extern struct timeval orte_daemon_msg_recvd;
|
|
||||||
|
|
||||||
END_C_DECLS
|
END_C_DECLS
|
||||||
|
|
||||||
/* Local function */
|
/* Local function */
|
||||||
|
@ -84,9 +84,6 @@
|
|||||||
*/
|
*/
|
||||||
static char *get_orted_comm_cmd_str(int command);
|
static char *get_orted_comm_cmd_str(int command);
|
||||||
|
|
||||||
/* instantiate this - it is shared via orted.h */
|
|
||||||
struct timeval orte_daemon_msg_recvd;
|
|
||||||
|
|
||||||
static opal_pointer_array_t *procs_prev_ordered_to_terminate = NULL;
|
static opal_pointer_array_t *procs_prev_ordered_to_terminate = NULL;
|
||||||
|
|
||||||
void orte_daemon_recv(int status, orte_process_name_t* sender,
|
void orte_daemon_recv(int status, orte_process_name_t* sender,
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user