From 00ab462d64b87c9ae6cf29db7da00e8f5be22318 Mon Sep 17 00:00:00 2001 From: Mathieu Faverge <mathieu.faverge@inria.fr> Date: Mon, 4 Sep 2017 00:27:05 +0200 Subject: [PATCH] Add a rule for pastix (We really need to split this file) --- modules/precision_generator/subs.py | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/precision_generator/subs.py b/modules/precision_generator/subs.py index 46146ee..7b3c8ee 100644 --- a/modules/precision_generator/subs.py +++ b/modules/precision_generator/subs.py @@ -399,6 +399,7 @@ subs = { ('', 'csc_s', 'csc_d', 'csc_c', 'csc_z' ), ('', 'sequential_s', 'sequential_d', 'sequential_c', 'sequential_z' ), ('', 'coeftab_s', 'coeftab_d', 'coeftab_c', 'coeftab_z' ), + ('', 'cblk_s', 'cblk_d', 'cblk_c', 'cblk_z' ), ('', 'thread_s', 'thread_d', 'thread_c', 'thread_z' ), ('', 'thread_ps', 'thread_pd', 'thread_pc', 'thread_pz' ), -- GitLab