solve compatibility issue from MMAP_NOCACHE
This commit was SVN r17184.
Этот коммит содержится в:
родитель
69b3bae999
Коммит
6fe17aff4a
@ -82,6 +82,9 @@ static void sb_mmap_alloc(void)
|
||||
ompi_mpi_abort(MPI_COMM_NULL, MPI_ERR_NO_SPACE, false);
|
||||
}
|
||||
#else
|
||||
#ifndef MAP_NOCACHE
|
||||
# define MAP_NOCACHE 0
|
||||
#endif
|
||||
if(-1 == ftruncate(sb.sb_fd, sb.sb_offset + sb.sb_length))
|
||||
{
|
||||
V_OUTPUT_ERR("pml_v: vprotocol_pessimist: sender_based_alloc: ftruncate: %s",
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user