1
1

Update a few module configuration for Windows.

This commit was SVN r23104.
Этот коммит содержится в:
Shiqing Fan 2010-05-05 12:22:04 +00:00
родитель 12fae43969
Коммит 76726f6094
6 изменённых файлов: 29 добавлений и 15 удалений

12
orte/mca/errmgr/hnp/.windows Обычный файл
Просмотреть файл

@ -0,0 +1,12 @@
#
# Copyright (c) 2008-2010 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# Specific to this module
mca_link_libraries=libopen-rte

12
orte/mca/errmgr/orted/.windows Обычный файл
Просмотреть файл

@ -0,0 +1,12 @@
#
# Copyright (c) 2008-2010 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# Specific to this module
mca_link_libraries=libopen-rte

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

@ -1,13 +0,0 @@
#
# Copyright (c) 2009 High Performance Computing Center Stuttgart,
# University of Stuttgart. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
# specify files that shouldn't be added
# files should be seperated by ';', e.g. file1;file2
exclude_list=plm_base_rsh_support.c

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

@ -59,6 +59,7 @@
#include "orte/mca/plm/base/plm_private.h" #include "orte/mca/plm/base/plm_private.h"
#ifndef __WINDOWS__
static char **search(const char* agent_list); static char **search(const char* agent_list);
int orte_plm_base_rsh_launch_agent_setup(void) int orte_plm_base_rsh_launch_agent_setup(void)
@ -1338,6 +1339,8 @@ int orte_plm_base_append_bootproxy_args(orte_app_context_t *app, char ***argv,
return ORTE_SUCCESS; return ORTE_SUCCESS;
} }
#endif /* __WINDOWS__ */
void orte_plm_base_reset_job(orte_job_t *jdata) void orte_plm_base_reset_job(orte_job_t *jdata)
{ {
int n, i, j; int n, i, j;

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

@ -157,7 +157,7 @@ static int plm_ccp_launch_job(orte_job_t *jdata)
JobPriority job_priority = JobPriority_Normal; JobPriority job_priority = JobPriority_Normal;
orte_jobid_t failed_job; orte_jobid_t failed_job;
orte_job_state_t job_state = ORTE_JOB_NEVER_LAUNCHED; orte_job_state_t job_state = ORTE_JOB_STATE_NEVER_LAUNCHED;
/* default to declaring the daemon launch failed */ /* default to declaring the daemon launch failed */
failed_job = ORTE_PROC_MY_NAME->jobid; failed_job = ORTE_PROC_MY_NAME->jobid;

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

@ -977,7 +977,7 @@ int orte_plm_process_launch(orte_job_t *jdata)
orte_app_context_t **apps; orte_app_context_t **apps;
orte_node_t **nodes; orte_node_t **nodes;
orte_std_cntr_t nnode; orte_std_cntr_t nnode;
orte_job_state_t job_state = ORTE_JOB_NEVER_LAUNCHED; orte_job_state_t job_state = ORTE_JOB_STATE_NEVER_LAUNCHED;
if (orte_timing) { if (orte_timing) {
if (0 != gettimeofday(&joblaunchstart, NULL)) { if (0 != gettimeofday(&joblaunchstart, NULL)) {