1
1
Этот коммит содержится в:
Gilles Gouaillardet 2016-03-03 13:46:28 +09:00
родитель d38e2e6655
Коммит 80bdbfd9e7
2 изменённых файлов: 5 добавлений и 0 удалений

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

@ -11,6 +11,8 @@
* All rights reserved.
* Copyright (c) 2007-2011 Cisco Systems, Inc. All rights reserved.
* Copyright (c) 2013 Intel, Inc. All rights reserved.
* Copyright (c) 2016 Research Organization for Information Science
* and Technology (RIST). All rights reserved.
* $COPYRIGHT$
*
* Additional copyrights may follow
@ -31,6 +33,7 @@
#include <lsf/lsbatch.h>
#include "opal/util/opal_environ.h"
#include "opal/util/argv.h"
#include "orte/util/show_help.h"
#include "orte/util/name_fns.h"

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

@ -10,6 +10,8 @@
#include <stdio.h>
#include <unistd.h>
#include "opal/util/argv.h"
#include "orte/util/proc_info.h"
#include "orte/util/regex.h"
#include "orte/mca/errmgr/errmgr.h"