d1740a679c
though there are no C++ bindings for oshmem, we need C++ wrappers since a C compiler might not be able to compile a C++ source. the C++ wrappers are : - shmemc++ / oshc++ - shmemcxx / oshcxx - shmemCC / oshCC (on case sensitive filesystems) also add the examples/hello_oshmem_cxx.cc example Thanks Bert Wesarg for bringing this to our attention Fixes open-mpi/ompi#2097 Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
32 строки
887 B
Bash
32 строки
887 B
Bash
# -*- shell-script -*-
|
|
#
|
|
# Copyright (c) 2013 Mellanox Technologies, Inc.
|
|
# All rights reserved.
|
|
# Copyright (c) 2013 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2017 Research Organization for Information Science
|
|
# and Technology (RIST). All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
AC_DEFUN([OSHMEM_CONFIG_FILES],[
|
|
AC_CONFIG_FILES([
|
|
oshmem/Makefile
|
|
oshmem/include/Makefile
|
|
oshmem/shmem/c/Makefile
|
|
oshmem/shmem/c/profile/Makefile
|
|
|
|
oshmem/shmem/fortran/Makefile
|
|
oshmem/shmem/fortran/profile/Makefile
|
|
|
|
oshmem/tools/oshmem_info/Makefile
|
|
oshmem/tools/wrappers/Makefile
|
|
oshmem/tools/wrappers/shmemcc-wrapper-data.txt
|
|
oshmem/tools/wrappers/shmemc++-wrapper-data.txt
|
|
oshmem/tools/wrappers/shmemfort-wrapper-data.txt
|
|
])
|
|
])
|