1
1
This commit was SVN r12141.
Этот коммит содержится в:
Tim Prins 2006-10-17 17:28:02 +00:00
родитель 5d31332f97
Коммит 8b0170148e
4 изменённых файлов: 7 добавлений и 1 удалений

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

@ -46,6 +46,8 @@
#include "orte/dss/dss.h" #include "orte/dss/dss.h"
#include "orte/mca/gpr/gpr.h" #include "orte/mca/gpr/gpr.h"
#include "orte/mca/rmgr/rmgr.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/ras/base/ras_private.h" #include "orte/mca/ras/base/ras_private.h"
#include "ras_loadleveler.h" #include "ras_loadleveler.h"

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

@ -26,8 +26,9 @@
#include "opal/util/argv.h" #include "opal/util/argv.h"
#include "opal/util/output.h" #include "opal/util/output.h"
#include "opal/util/show_help.h" #include "opal/util/show_help.h"
#include "orte/dss/dss.h" #include "orte/dss/dss.h"
#include "orte/mca/rmgr/rmgr.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/ras/base/ras_private.h" #include "orte/mca/ras/base/ras_private.h"
#include "ras_slurm.h" #include "ras_slurm.h"

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

@ -30,6 +30,8 @@
#include "opal/util/output.h" #include "opal/util/output.h"
#include "orte/dss/dss.h" #include "orte/dss/dss.h"
#include "orte/mca/rmgr/rmgr.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/ras/base/ras_private.h" #include "orte/mca/ras/base/ras_private.h"
#include "ras_tm.h" #include "ras_tm.h"

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

@ -30,6 +30,7 @@
#include "orte/mca/rmgr/rmgr.h" #include "orte/mca/rmgr/rmgr.h"
#include "orte/mca/rmgr/base/rmgr_private.h" #include "orte/mca/rmgr/base/rmgr_private.h"
#include "orte/mca/gpr/gpr.h" #include "orte/mca/gpr/gpr.h"
#include "orte/mca/errmgr/errmgr.h"
#include "orte/mca/ras/base/ras_private.h" #include "orte/mca/ras/base/ras_private.h"