Browse Source

Removed cholesky_2ctxs

Andra Hugo 13 years ago
parent
commit
0a0de1f42c
1 changed files with 0 additions and 11 deletions
  1. 0 11
      sched_ctx_hypervisor/examples/Makefile.am

+ 0 - 11
sched_ctx_hypervisor/examples/Makefile.am

@@ -16,7 +16,6 @@ AUTOMAKE_OPTIONS = subdir-objects
 
 if !NO_BLAS_LIB
 noinst_PROGRAMS =				\
-	cholesky_2ctxs/cholesky_2ctxs		\
 	cholesky/cholesky_implicit
 
 noinst_HEADERS = 				\
@@ -37,16 +36,6 @@ AM_CPPFLAGS =						\
 
 
 if !NO_BLAS_LIB
-cholesky_2ctxs_cholesky_2ctxs_SOURCES =			\
-	cholesky_2ctxs/cholesky_2ctxs.c			\
-	cholesky_2ctxs/cholesky/cholesky_implicit.c	\
-	cholesky_2ctxs/cholesky/cholesky_models.c	\
-	cholesky_2ctxs/cholesky/cholesky_kernels.c	\
-	$(top_srcdir)/examples/common/blas.c
-
-cholesky_2ctxs_cholesky_2ctxs_LDADD	=	\
-	$(top_srcdir)/sched_ctx_hypervisor/src/libsched_ctx_hypervisor.la
-	$(STARPU_BLAS_LDFLAGS)
 
 cholesky_cholesky_implicit_SOURCES =		\
 	cholesky/cholesky_implicit.c		\