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.
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 | 3 weeks ago | |
| comm | 3 weeks ago | |
| modules | 2 weeks ago | |
| psblas | 3 weeks ago | |
| serial | 4 weeks ago | |
| tools | 3 weeks ago | |
| CMakeLists.txt | 2 weeks ago | |
| Makefile | 6 months ago | |