|
@@ -1,6 +1,6 @@
|
|
|
# StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
#
|
|
|
-# Copyright (C) 2009, 2010 Université de Bordeaux 1
|
|
|
+# Copyright (C) 2009-2011 Université de Bordeaux 1
|
|
|
# Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
|
|
|
#
|
|
|
# StarPU is free software; you can redistribute it and/or modify
|
|
@@ -101,7 +101,8 @@ examplebin_PROGRAMS += \
|
|
|
examples/mpi_lu/plu_example_double
|
|
|
|
|
|
examples_mpi_lu_plu_example_float_LDADD = \
|
|
|
- libstarpumpi.la
|
|
|
+ libstarpumpi.la \
|
|
|
+ $(STARPU_LIBNUMA_LDFLAGS)
|
|
|
|
|
|
examples_mpi_lu_plu_example_float_SOURCES = \
|
|
|
examples/mpi_lu/plu_example_float.c \
|
|
@@ -111,7 +112,8 @@ examples_mpi_lu_plu_example_float_SOURCES = \
|
|
|
$(top_srcdir)/examples/common/blas.c
|
|
|
|
|
|
examples_mpi_lu_plu_example_double_LDADD = \
|
|
|
- libstarpumpi.la
|
|
|
+ libstarpumpi.la \
|
|
|
+ $(STARPU_LIBNUMA_LDFLAGS)
|
|
|
|
|
|
examples_mpi_lu_plu_example_double_SOURCES = \
|
|
|
examples/mpi_lu/plu_example_double.c \
|