From 1d151951d07ac00743cababc6b0271e0e3597c4a Mon Sep 17 00:00:00 2001 From: Raphael Boucherie <raphael.boucherie@inria.fr> Date: Tue, 30 May 2017 10:46:25 +0200 Subject: [PATCH] removed useless iparam --- timing/timing.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/timing/timing.h b/timing/timing.h index 51d8f3dfd..a8f082246 100644 --- a/timing/timing.h +++ b/timing/timing.h @@ -64,9 +64,6 @@ enum iparam_timing { IPARAM_BOUNDDEPSPRIO, /* End */ /* Added for libhqr version */ - IPARAM_NNODES, /* Number of nodes */ - IPARAM_GP, /* Rows in the process grid */ - IPARAM_GQ, /* Columns in the process grid */ IPARAM_LOWLVL_TREE, /* Tree used for reduction inside nodes */ IPARAM_HIGHLVL_TREE, /* Tree used for reduction between nodes */ IPARAM_QR_TS_SZE, /* Size of TS domain */ -- GitLab