Added Catamount to the conditional compilation since Catamount
doesn't support fork() or pipe() either. This removes a linker warning message when building for Cray XT with Catamount. This commit was SVN r16772.
Этот коммит содержится в:
родитель
924414f92f
Коммит
edb9d8e354
@ -228,7 +228,7 @@ orte_sds_base_seed_set_name(void)
|
|||||||
|
|
||||||
static int fork_hnp(void)
|
static int fork_hnp(void)
|
||||||
{
|
{
|
||||||
#if !defined(__WINDOWS__)
|
#if !defined(__WINDOWS__) && !defined(__LIBCATAMOUNT__)
|
||||||
int p[2], death_pipe[2];
|
int p[2], death_pipe[2];
|
||||||
char *cmd;
|
char *cmd;
|
||||||
char **argv = NULL;
|
char **argv = NULL;
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user