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/test
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
..
comm [UPDATE] Added comm tests for all precisions and fixed spmm test in computational_routines 3 weeks ago
computational_routines [ADD] ignore test .log artifacts 2 weeks ago
cudakern Fix licensing text 3 months ago
fileread [UPDATE] Refactor after template update for RMA routines 4 weeks ago
hello add CMakeLists.txt for test subprojects 1 year ago
kernel Fix licensing text 3 months ago
nested [UPDATE] User-friendly row queries on the nested matrix 2 weeks ago
omp Fix licensing text 3 months ago
openacc Fix licensing text 3 months ago
pdegen [UPDATE] Merge communication_v2 into nested_matrix_type 2 weeks ago
serial Fix licensing text 3 months ago
torture [UPDATE] Removed work/aux buffer from vector routines that use psb_x_vect_type encapsulation for data exchange 3 months ago
util Fix licensing text 3 months ago