getting ready for 1.5 port of the shared memory enhancements. remove some unused/unneeded stuff and minor style update.
This commit was SVN r25513.
Этот коммит содержится в:
родитель
89e5bd27a2
Коммит
b4edf0ff5c
@ -1,6 +1,8 @@
|
|||||||
#
|
#
|
||||||
# Copyright (c) 2008 High Performance Computing Center Stuttgart,
|
# Copyright (c) 2008 High Performance Computing Center Stuttgart,
|
||||||
# University of Stuttgart. All rights reserved.
|
# University of Stuttgart. All rights reserved.
|
||||||
|
# Copyright (c) 2011 Los Alamos National Security, LLC.
|
||||||
|
# All rights reserved.
|
||||||
# $COPYRIGHT$
|
# $COPYRIGHT$
|
||||||
#
|
#
|
||||||
# Additional copyrights may follow
|
# Additional copyrights may follow
|
||||||
@ -9,4 +11,3 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# Specific to this module
|
# Specific to this module
|
||||||
exclude_list=common_sm_mmap.c;common_sm_mmap.h;common_sm_sysv.c;common_sm_sysv.h;common_sm_posix.c;common_sm_posix.h
|
|
||||||
|
@ -68,10 +68,6 @@ typedef struct mca_common_sm_module_t {
|
|||||||
unsigned char *module_data_addr;
|
unsigned char *module_data_addr;
|
||||||
/* shared memory backing facility object that encapsulates shmem info */
|
/* shared memory backing facility object that encapsulates shmem info */
|
||||||
opal_shmem_ds_t shmem_ds;
|
opal_shmem_ds_t shmem_ds;
|
||||||
#if defined(__WINDOWS__)
|
|
||||||
/* handle to the object */
|
|
||||||
HANDLE hMappedObject;
|
|
||||||
#endif /* defined(__WINDOWS__) */
|
|
||||||
} mca_common_sm_module_t;
|
} mca_common_sm_module_t;
|
||||||
|
|
||||||
OBJ_CLASS_DECLARATION(mca_common_sm_module_t);
|
OBJ_CLASS_DECLARATION(mca_common_sm_module_t);
|
||||||
|
@ -281,7 +281,8 @@ segment_create(opal_shmem_ds_t *ds_buf,
|
|||||||
else {
|
else {
|
||||||
opal_output(0, "shmem: mmap: WARNING: could not relocate "
|
opal_output(0, "shmem: mmap: WARNING: could not relocate "
|
||||||
"backing store to \"%s\" (%s). Cannot continue with "
|
"backing store to \"%s\" (%s). Cannot continue with "
|
||||||
"shmem mmap.\n", opal_shmem_mmap_backing_file_base_dir, strerror(err));
|
"shmem mmap.\n", opal_shmem_mmap_backing_file_base_dir,
|
||||||
|
strerror(err));
|
||||||
return OPAL_ERROR;
|
return OPAL_ERROR;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user