From 169b568783e1963c8310f890d98f8b45610249ec Mon Sep 17 00:00:00 2001 From: Samuel Thibault <samuel.thibault@ens-lyon.org> Date: Mon, 20 Mar 2017 15:08:01 +0100 Subject: [PATCH] fix build without pruning stats --- runtime/starpu/include/morse_starpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/starpu/include/morse_starpu.h b/runtime/starpu/include/morse_starpu.h index bee6ca006..987d179f0 100644 --- a/runtime/starpu/include/morse_starpu.h +++ b/runtime/starpu/include/morse_starpu.h @@ -115,6 +115,7 @@ void RUNTIME_set_reduction_methods(starpu_data_handle_t handle, MORSE_enum dtyp) #define RUNTIME_PRUNING_STATS_BEGIN_ACCESS_DECLARATION #define RUNTIME_PRUNING_STATS_ACCESS_W(A, Am, An) #define RUNTIME_PRUNING_STATS_END_ACCESS_DECLARATION +#define RUNTIME_PRUNING_STATS_RANK_CHANGED(rank) #endif #define RUNTIME_BEGIN_ACCESS_DECLARATION \ -- GitLab