Browse Source

partially revert previous commit

Cédric Augonnet 16 years ago
parent
commit
75149a22e5
2 changed files with 2 additions and 1 deletions
  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 $@`
 	$(MKDIR_P) `dirname $@`
 	$(NVCC) -cubin $< -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS)
 	$(NVCC) -cubin $< -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS)
 
 
-.cu.cuo:
+.cu.o:
 	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS) -I${includedir}
 	$(NVCC) $< -c -o $@ --compiler-options -fno-strict-aliasing  $(NVCCFLAGS) -I${includedir}
 
 
 endif
 endif

+ 1 - 0
tests/microbenchs/sync_and_notify_data.c

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