From af51bbcdc1a65420409e4039816ef56143c658fd Mon Sep 17 00:00:00 2001
From: Mathieu Faverge <mathieu.faverge@inria.fr>
Date: Sun, 1 Dec 2024 16:46:28 +0100
Subject: [PATCH] tests: Remove the seeds from the inut files to take random
 ones

---
 testing/input/gesv_nopiv.in | 1 -
 testing/input/plrnk.in      | 4 ----
 2 files changed, 5 deletions(-)

diff --git a/testing/input/gesv_nopiv.in b/testing/input/gesv_nopiv.in
index acbadfeee..b3cc4678b 100644
--- a/testing/input/gesv_nopiv.in
+++ b/testing/input/gesv_nopiv.in
@@ -15,4 +15,3 @@ n = 15, 21, 35
 nrhs = 1, 13, 22, 33
 lda = 40
 ldb = 41
-seedA = 4687
diff --git a/testing/input/plrnk.in b/testing/input/plrnk.in
index e99b39bd0..b48c69b06 100644
--- a/testing/input/plrnk.in
+++ b/testing/input/plrnk.in
@@ -7,8 +7,6 @@
 # N: Number of columns of matrix C
 # K: Rank of matrix C
 # LDC: Leading dimension of matrix C
-# seedA: seed used to generate random matrix A
-# seedB: seed used to generate random matrix B
 
 op = plrnk
 nb = 16
@@ -16,5 +14,3 @@ m = 37
 n = 23
 k = 11
 ldc = 41
-seedA = 1
-seedB = 2
-- 
GitLab