Added mpi_reduce_bench to samples

This commit is contained in:
jpekkila
2020-06-24 16:42:39 +03:00
parent fab620eb0d
commit c0c337610b

View File

@@ -98,6 +98,7 @@ if (BUILD_SAMPLES)
add_subdirectory(samples/benchmark)
add_subdirectory(samples/bwtest)
add_subdirectory(samples/genbenchmarkscripts)
add_subdirectory(samples/mpi_reduce_bench)
endif()
if (BUILD_STANDALONE)