From 0e57f06316b04d15bff883c501d0b9f85e5e2698 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Wed, 14 Jun 2017 14:45:00 +0200 Subject: [PATCH] Add newline in usage() --- testing/testing_zgels_hqr.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/testing/testing_zgels_hqr.c b/testing/testing_zgels_hqr.c index f58b51860..1966dc132 100644 --- a/testing/testing_zgels_hqr.c +++ b/testing/testing_zgels_hqr.c @@ -58,11 +58,11 @@ int testing_zgels_hqr(int argc, char **argv) " - LDA : leading dimension of the matrix A\n" " - NRHS : number of RHS\n" " - LDB : leading dimension of the matrix B\n" - " - QR_A : Size of TS domain " - " - QR_P : Size of high level tree for distributed mode (defaut: -1)" - " - LLVL : tree used for low level reduction insides nodes (defaut: -1)" - " - HLVL : tree used for high level reduction between nodes, only if qr_p > 1(default: -1)" - " - DOMINO : Enable/Disable the domino between upper and lower trees (defaut: -1)" + " - QR_A : Size of TS domain\n" + " - QR_P : Size of high level tree for distributed mode (defaut: -1)\n" + " - LLVL : tree used for low level reduction insides nodes (defaut: -1)\n" + " - HLVL : tree used for high level reduction between nodes, only if qr_p > 1(default: -1)\n" + " - DOMINO : Enable/Disable the domino between upper and lower trees (defaut: -1)\n" ); return -1; } -- GitLab