Explorar o código

Add missing examples

Samuel Thibault %!s(int64=8) %!d(string=hai) anos
pai
achega
d65aee744b
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      examples/Makefile.am

+ 2 - 2
examples/Makefile.am

@@ -256,14 +256,14 @@ endif
 endif
 
 if !NO_BLAS_LIB
-if STARPU_SIMGRID
 STARPU_EXAMPLES +=				\
 	mult/sgemm 				\
 	mult/dgemm				\
 	cholesky/cholesky_tag			\
 	cholesky/cholesky_tile_tag		\
 	cholesky/cholesky_implicit
-else
+
+if !STARPU_SIMGRID
 STARPU_EXAMPLES +=				\
 	axpy/axpy				\
 	cholesky/cholesky_grain_tag		\