1
1

Remove stale code - message arrival time doesn't really mean much anymore.

This commit was SVN r27905.
Этот коммит содержится в:
Ralph Castain 2013-01-24 23:02:02 +00:00
родитель cdf0325589
Коммит 2504da1ac9
3 изменённых файлов: 0 добавлений и 13 удалений

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

@ -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,