|
@@ -1,7 +1,7 @@
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
#
|
|
#
|
|
# Copyright (C) 2009, 2010-2012 Université de Bordeaux
|
|
# Copyright (C) 2009, 2010-2012 Université de Bordeaux
|
|
-# Copyright (C) 2010, 2011, 2012, 2013, 2014 Centre National de la Recherche Scientifique
|
|
|
|
|
|
+# Copyright (C) 2010, 2011, 2012, 2013, 2014, 2015 Centre National de la Recherche Scientifique
|
|
#
|
|
#
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
# it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -36,10 +36,10 @@ LOADER_BIN = $(abs_top_builddir)/socl/examples/$(LOADER)
|
|
loader_SOURCES = ../../tests/loader.c
|
|
loader_SOURCES = ../../tests/loader.c
|
|
|
|
|
|
if STARPU_HAVE_AM111
|
|
if STARPU_HAVE_AM111
|
|
-TESTS_ENVIRONMENT = LD_PRELOAD="@SOCL_OCL_LIB_OPENCL@" OCL_ICD_VENDORS="$(abs_top_builddir)/socl/vendors/" top_builddir="$(abs_top_builddir)" top_srcdir="$(abs_top_srcdir)"
|
|
|
|
|
|
+TESTS_ENVIRONMENT = LD_LIBRARY_PATH="@SOCL_OCL_LIB_OPENCL_DIR@:$(LD_LIBRARY_PATH)" OCL_ICD_VENDORS="$(abs_top_builddir)/socl/vendors/" top_builddir="$(abs_top_builddir)" top_srcdir="$(abs_top_srcdir)"
|
|
LOG_COMPILER = $(LOADER_BIN)
|
|
LOG_COMPILER = $(LOADER_BIN)
|
|
else
|
|
else
|
|
-TESTS_ENVIRONMENT = LD_PRELOAD="@SOCL_OCL_LIB_OPENCL@" OCL_ICD_VENDORS="$(abs_top_builddir)/socl/vendors/" top_builddir="$(abs_top_builddir)" top_srcdir="$(abs_top_srcdir)" $(LOADER_BIN)
|
|
|
|
|
|
+TESTS_ENVIRONMENT = LD_LIBRARY_PATH="@SOCL_OCL_LIB_OPENCL_DIR@:$(LD_LIBRARY_PATH)" OCL_ICD_VENDORS="$(abs_top_builddir)/socl/vendors/" top_builddir="$(abs_top_builddir)" top_srcdir="$(abs_top_srcdir)" $(LOADER_BIN)
|
|
endif
|
|
endif
|
|
|
|
|
|
endif
|
|
endif
|