You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/base
Stack-1 e1d759d019 [ADD] Generate the nested matrix support for s/c/z from the templates
Extend the nested (MATNEST) matrix support to all the arithmetics: the
psb_{s,c,z}_nest_{mat,base_mat,tools,builder}_mod modules and the
psb_{s,c,z}_nest_mod umbrellas are generated from the template-psblas
X_nest_* templates; the d sources are regenerated byte-identical.

Preparatory changes to the d sources for clean templating: rowsum/arwsum and
colsum/aclsum no longer share a helper (for the complex arithmetics the
absolute sums are real-valued while the plain sums are complex-valued), the
transposed kernel forwards the actual 'T'/'C' character to the blocks
(conjugate transpose for the complex types), and the capacity helper takes a
type-neutral name.

Build hooks (autotools Makefile and CMakeLists) updated with the per-arith
objects, compile rules and dependencies.  All four d tests keep passing.

Author: Simone Staccone (Stack-1)
2 weeks ago
..
auxil Merge branch 'development' into communication_v2 3 weeks ago
comm Merge branch 'development' into communication_v2 3 weeks ago
modules [ADD] Generate the nested matrix support for s/c/z from the templates 2 weeks ago
psblas Merge branch 'development' into communication_v2 3 weeks ago
serial [UPDATE] Refactor after template update for RMA routines 4 weeks ago
tools Merge branch 'development' into communication_v2 3 weeks ago
CMakeLists.txt [ADD] Generate the nested matrix support for s/c/z from the templates 2 weeks ago
Makefile Rename base/internals into base/auxil. Fix aplusat in CMakeLists 6 months ago