[PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing.
authorAndrey Turetskiy <andrey.turetskiy@intel.com>
Thu, 13 Nov 2014 14:07:09 +0000 (14:07 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Thu, 13 Nov 2014 14:07:09 +0000 (14:07 +0000)
commitd64ae6140f40859c0e73df7ca597cdf08eb31bd2
tree47a768055357926ac5a92504cba83e7411c863fe
parent9d73ec14be1b2537394f3b137ee4da016e031dac
[PATCH 4/4] OpenMP 4.0 offloading to Intel MIC: non-fallback testing.

libgomp/
* Makefile.in: Regenerate.
* configure: Regenerate.
* configure.ac: Set up offload_additional_options,
offload_additional_lib_paths and offload_targets.
* testsuite/Makefile.am: Export environment variables: OFFLOAD_TARGETS,
OFFLOAD_ADDITIONAL_OPTIONS, OFFLOAD_ADDITIONAL_LIB_PATHS.
* testsuite/Makefile.in: Regenerate.
* testsuite/lib/libgomp.exp (libgomp_init): Append
offload_additional_lib_paths to LD_LIBRARY_PATH.  Append
offload_additional_options to ALWAYS_CFLAGS.  Append liboffloadmic
build directory to LD_LIBRARY_PATH for intelmic offload targets.

Co-Authored-By: Ilya Verbin <ilya.verbin@intel.com>
From-SVN: r217500
libgomp/ChangeLog
libgomp/Makefile.in
libgomp/configure
libgomp/configure.ac
libgomp/testsuite/Makefile.am
libgomp/testsuite/Makefile.in
libgomp/testsuite/lib/libgomp.exp