瀏覽代碼

mpi/tests/Makefile.am: fix definition of source files for mpi_reduction testcase

Nathalie Furmento 12 年之前
父節點
當前提交
6d7ca0714a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mpi/tests/Makefile.am

+ 1 - 1
mpi/tests/Makefile.am

@@ -155,9 +155,9 @@ if STARPU_USE_CUDA
 ring_SOURCES += ring_kernel.cu
 ring_SOURCES += ring_kernel.cu
 ring_async_SOURCES += ring_kernel.cu
 ring_async_SOURCES += ring_kernel.cu
 ring_async_implicit_SOURCES += ring_kernel.cu
 ring_async_implicit_SOURCES += ring_kernel.cu
+endif
 mpi_reduction_SOURCES = mpi_reduction.c
 mpi_reduction_SOURCES = mpi_reduction.c
 mpi_reduction_SOURCES += mpi_reduction_kernels.c
 mpi_reduction_SOURCES += mpi_reduction_kernels.c
-endif
 
 
 showcheck:
 showcheck:
 	-cat $(TEST_LOGS) /dev/null
 	-cat $(TEST_LOGS) /dev/null