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 fd60bb8d7f [UPDATE] User-friendly row queries on the nested matrix
Add get_owned_rows(i_field) and get_owned_row_count(i_field) to
psb_d_nest_matrix: the list of GLOBAL row indices of a field owned by the
calling process (i.e. the rows it is expected to insert through ins) and
their count.  They replace the descriptor-level idiom
field_desc(i)%get_local_rows() / field_desc(i)%l2g(...) in user code, which
leaked descriptor jargon into the build loop.

The high-level tests (glob, rect, builder) are rewritten on the new queries;
the low-level CG test intentionally keeps the descriptor path.  README updated
with the new queries and an example.

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 [UPDATE] User-friendly row queries on the nested matrix 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] Nested (MATNEST-style) block matrix support and tests 2 weeks ago
Makefile Rename base/internals into base/auxil. Fix aplusat in CMakeLists 6 months ago