From 9f6b80f92f61449144b17cf8b113b13269b56428 Mon Sep 17 00:00:00 2001 From: Florent Pruvost <florent.pruvost@inria.fr> Date: Tue, 17 Apr 2018 11:36:13 +0200 Subject: [PATCH] add a comment to explain why we copy paste these routines --- example/lapack_to_morse/step0.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example/lapack_to_morse/step0.h b/example/lapack_to_morse/step0.h index 45eeff188..43248e5ea 100644 --- a/example/lapack_to_morse/step0.h +++ b/example/lapack_to_morse/step0.h @@ -120,6 +120,9 @@ static void print_header(char *prog_name, int * iparam) { return; } +/* The following is a copy paste from coreblas/core_zplgsy and core_zplrnt. + * We need these routines to generate the matrices but we don't want to link with chameleon here. + */ #define Rnd64_A 6364136223846793005ULL #define Rnd64_C 1ULL #define RndF_Mul 5.4210108624275222e-20f -- GitLab