Silence the compiler warnings/errors. There is no orte/util/show_help.h
This commit was SVN r18436.
Этот коммит содержится в:
родитель
fb17097de4
Коммит
4c8d79d907
@ -68,7 +68,6 @@
|
|||||||
#include "opal/util/os_path.h"
|
#include "opal/util/os_path.h"
|
||||||
#include "opal/util/path.h"
|
#include "opal/util/path.h"
|
||||||
#include "opal/event/event.h"
|
#include "opal/event/event.h"
|
||||||
#include "orte/util/show_help.h"
|
|
||||||
#include "opal/util/argv.h"
|
#include "opal/util/argv.h"
|
||||||
#include "opal/util/opal_environ.h"
|
#include "opal/util/opal_environ.h"
|
||||||
#include "orte/util/output.h"
|
#include "orte/util/output.h"
|
||||||
@ -450,7 +449,7 @@ static int plm_gridengine_launch_job(orte_job_t *jdata)
|
|||||||
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
ORTE_NAME_PRINT(ORTE_PROC_MY_NAME),
|
||||||
orted_path));
|
orted_path));
|
||||||
|
|
||||||
var = opal_home_directory();
|
var = (char*)opal_home_directory();
|
||||||
if (NULL != var) {
|
if (NULL != var) {
|
||||||
ORTE_OUTPUT_VERBOSE((1, orte_plm_globals.output,
|
ORTE_OUTPUT_VERBOSE((1, orte_plm_globals.output,
|
||||||
"%s plm:gridengine: changing to directory %s",
|
"%s plm:gridengine: changing to directory %s",
|
||||||
|
@ -29,11 +29,8 @@
|
|||||||
|
|
||||||
#include "opal/util/argv.h"
|
#include "opal/util/argv.h"
|
||||||
#include "orte/util/output.h"
|
#include "orte/util/output.h"
|
||||||
#include "orte/util/show_help.h"
|
|
||||||
|
|
||||||
#include "orte/mca/errmgr/errmgr.h"
|
#include "orte/mca/errmgr/errmgr.h"
|
||||||
#include "orte/runtime/orte_globals.h"
|
#include "orte/runtime/orte_globals.h"
|
||||||
|
|
||||||
#include "orte/mca/ras/base/ras_private.h"
|
#include "orte/mca/ras/base/ras_private.h"
|
||||||
#include "orte/mca/ras/gridengine/ras_gridengine.h"
|
#include "orte/mca/ras/gridengine/ras_gridengine.h"
|
||||||
|
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user