This should not be commented out.
This commit was SVN r24914.
Этот коммит содержится в:
родитель
cc4403a863
Коммит
edaa7b96e4
@ -513,7 +513,7 @@ segment_unlink(opal_shmem_ds_t *ds_buf)
|
|||||||
ds_buf->seg_name)
|
ds_buf->seg_name)
|
||||||
);
|
);
|
||||||
|
|
||||||
/* if (-1 == unlink(ds_buf->seg_name)) {
|
if (-1 == unlink(ds_buf->seg_name)) {
|
||||||
int err = errno;
|
int err = errno;
|
||||||
char hn[MAXHOSTNAMELEN];
|
char hn[MAXHOSTNAMELEN];
|
||||||
gethostname(hn, MAXHOSTNAMELEN - 1);
|
gethostname(hn, MAXHOSTNAMELEN - 1);
|
||||||
@ -522,7 +522,6 @@ segment_unlink(opal_shmem_ds_t *ds_buf)
|
|||||||
"unlink(2)", ds_buf->seg_name, strerror(err), err);
|
"unlink(2)", ds_buf->seg_name, strerror(err), err);
|
||||||
return OPAL_ERROR;
|
return OPAL_ERROR;
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/* don't completely reset the opal_shmem_ds_t. in particular, only reset
|
/* don't completely reset the opal_shmem_ds_t. in particular, only reset
|
||||||
* the id and flip the invalid bit. size and name values will remain valid
|
* the id and flip the invalid bit. size and name values will remain valid
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user