Explorar o código

partially revert previous commit

Cédric Augonnet %!s(int64=16) %!d(string=hai) anos
pai
achega
75149a22e5
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 1
      tests/Makefile.am
  2. 1 0
      tests/microbenchs/sync_and_notify_data.c

+ 1 - 1
tests/Makefile.am

@@ -32,7 +32,7 @@ NVCCFLAGS += -I$(top_srcdir)/include/
 	$(MKDIR_P) `dirname $@`
 	$(NVCC) -cubin $< -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS)
 
-.cu.cuo:
+.cu.o:
 	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS) -I${includedir}
 
 endif

+ 1 - 0
tests/microbenchs/sync_and_notify_data.c

@@ -16,6 +16,7 @@
 
 #include <stdio.h>
 #include <unistd.h>
+#include <errno.h>
 #include <starpu.h>
 
 #ifdef USE_GORDON