OSHMEM: some autogenerated files should be static
fixed by Roman, reviewed by Igor/Mike cmr=v1.8.2:reviewer=ompi-rm1.8 This commit was SVN r31451.
Этот коммит содержится в:
родитель
faaaac3194
Коммит
471652f2bf
@ -172,7 +172,7 @@ m4_ifdef([project_orte],
|
|||||||
m4_ifdef([project_ompi],
|
m4_ifdef([project_ompi],
|
||||||
[AC_CONFIG_HEADERS([ompi/include/mpi.h])])
|
[AC_CONFIG_HEADERS([ompi/include/mpi.h])])
|
||||||
m4_ifdef([project_oshmem],
|
m4_ifdef([project_oshmem],
|
||||||
[AC_CONFIG_HEADER([oshmem/include/oshmem_config.h oshmem/include/shmem.h oshmem/include/pshmem.h])])
|
[AC_CONFIG_HEADER([oshmem/include/shmem.h])])
|
||||||
|
|
||||||
# override/fixup the version numbers set by AC_INIT, since on
|
# override/fixup the version numbers set by AC_INIT, since on
|
||||||
# developer builds, there's no good way to know what the version is
|
# developer builds, there's no good way to know what the version is
|
||||||
|
@ -8,9 +8,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
headers =
|
headers = oshmem_config.h
|
||||||
nodist_headers = \
|
nodist_headers =
|
||||||
oshmem_config.h
|
|
||||||
|
|
||||||
# Install these in $(includedir)
|
# Install these in $(includedir)
|
||||||
include_HEADERS =
|
include_HEADERS =
|
||||||
|
@ -27,8 +27,9 @@
|
|||||||
/*
|
/*
|
||||||
* SHMEM version
|
* SHMEM version
|
||||||
*/
|
*/
|
||||||
#define SHMEM_VERSION 1
|
#undef OSHMEM_MAJOR_VERSION
|
||||||
#define SHMEM_SUBVERSION 5
|
#undef OSHMEM_MINOR_VERSION
|
||||||
|
#undef OSHMEM_RELEASE_VERSION
|
||||||
|
|
||||||
|
|
||||||
#ifndef OSHMEM_DECLSPEC
|
#ifndef OSHMEM_DECLSPEC
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user