1
1

simple_spawn should be independent of ORTE.

Этот коммит содержится в:
George Bosilca 2017-06-07 17:51:46 -04:00
родитель f038fe6427
Коммит 484004b03d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 09C926752C9F09B1

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

@ -1,8 +1,7 @@
#include "orte_config.h"
#include <stdio.h>
#include <sys/types.h>
#include <unistd.h>
#include <sys/param.h>
#include <mpi.h>
@ -11,7 +10,7 @@ int main(int argc, char* argv[])
int msg, rc;
MPI_Comm parent, child;
int rank, size;
char hostname[OPAL_MAXHOSTNAMELEN];
char hostname[MAXHOSTNAMELEN];
pid_t pid;
pid = getpid();