Explorar o código

Move the dot_product example into the examples/reductions/ directory

Cédric Augonnet %!s(int64=15) %!d(string=hai) anos
pai
achega
d016ed967c
Modificáronse 2 ficheiros con 4 adicións e 4 borrados
  1. 4 4
      examples/Makefile.am
  2. 0 0
      examples/reductions/dot_product.c

+ 4 - 4
examples/Makefile.am

@@ -610,13 +610,13 @@ scheduler_dummy_sched_SOURCES =			\
 #######################
 
 check_PROGRAMS +=				\
-	dot_product/dot_product
+	reductions/dot_product
 
 examplebin_PROGRAMS +=				\
-	dot_product/dot_product
+	reductions/dot_product
 
-dot_product_dot_product_SOURCES =		\
-	dot_product/dot_product.c
+reductions_dot_product_SOURCES =		\
+	reductions/dot_product.c
 
 #####################
 # Min/Max reduction #

examples/dot_product/dot_product.c → examples/reductions/dot_product.c