1
1
This commit was SVN r9514.
Этот коммит содержится в:
Jeff Squyres 2006-04-01 12:41:48 +00:00
родитель 22572940c8
Коммит e371aff9f5

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

@ -83,7 +83,7 @@ ompi_mpi_abort(struct ompi_communicator_t* comm,
orte_jobid_t my_jobid;
int ret = OMPI_SUCCESS;
char hostname[MAXHOSTNAMELEN];
pid_t pid;
pid_t pid = 0;
/* Corner case: if we're being called as a result of the
OMPI_ERR_INIT_FINALIZE macro (meaning that this is before