Fix minor compiler warning
This commit was SVN r9514.
Этот коммит содержится в:
родитель
22572940c8
Коммит
e371aff9f5
@ -83,7 +83,7 @@ ompi_mpi_abort(struct ompi_communicator_t* comm,
|
|||||||
orte_jobid_t my_jobid;
|
orte_jobid_t my_jobid;
|
||||||
int ret = OMPI_SUCCESS;
|
int ret = OMPI_SUCCESS;
|
||||||
char hostname[MAXHOSTNAMELEN];
|
char hostname[MAXHOSTNAMELEN];
|
||||||
pid_t pid;
|
pid_t pid = 0;
|
||||||
|
|
||||||
/* Corner case: if we're being called as a result of the
|
/* Corner case: if we're being called as a result of the
|
||||||
OMPI_ERR_INIT_FINALIZE macro (meaning that this is before
|
OMPI_ERR_INIT_FINALIZE macro (meaning that this is before
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user