Commit Graph

749 Commits (abd806ac58757391fc82e0ef366fd0889ee054e3)

Author SHA1 Message Date
Salvatore Filippone 997020ba81 New GELP for EPK data. 6 years ago
Salvatore Filippone a8ee595392 New method for checking if REPL at V descriptor 6 years ago
Salvatore Filippone 1917190ed5 Fix wrong arg in psi_p2p 6 years ago
Salvatore Filippone 6866558372 Merge branch 'new-context' into implement-ainv
# Conflicts:
#	prec/impl/psb_c_bjacprec_impl.f90
#	prec/impl/psb_c_prec_type_impl.f90
#	prec/impl/psb_d_bjacprec_impl.f90
#	prec/impl/psb_d_prec_type_impl.f90
#	prec/impl/psb_s_bjacprec_impl.f90
#	prec/impl/psb_s_prec_type_impl.f90
#	prec/impl/psb_z_bjacprec_impl.f90
#	prec/impl/psb_z_prec_type_impl.f90
#	prec/psb_c_prec_type.f90
#	prec/psb_d_prec_type.f90
#	prec/psb_s_prec_type.f90
#	prec/psb_z_prec_type.f90
#	test/pargen/psb_d_pde2d.f90
#	test/pargen/psb_d_pde3d.f90
#	test/pargen/psb_s_pde2d.f90
#	test/pargen/psb_s_pde3d.f90
6 years ago
Salvatore Filippone 2e0c297409 Merging remap-coarse into new-context 6 years ago
Salvatore Filippone 025a4b5512 Fixes for CTXT usage, new GELP templated source. 6 years ago
Salvatore Filippone 7eb653b39d fix ICTXT vs CTXT 6 years ago
Salvatore Filippone bab24cec27 Fix indx_map compilation 6 years ago
Salvatore Filippone b32053d8aa Fix base_init_null for use with remap-coarse 6 years ago
Salvatore Filippone e1d859e3f5 Change return value of get_context on error. 6 years ago
Salvatore Filippone 9178d63ebd Updates for C ctxt handling. 6 years ago
Salvatore Filippone 02b9ff5cfb Fix Makefile dependencies 6 years ago
Salvatore Filippone 6a6f6ad2c2 Change name of ICTXT to CTXT 6 years ago
Cirdans-Home fbf23c3959 Added implementation in BJAC and test for ILU-type factorizations 6 years ago
Salvatore Filippone 8b2b86d44d C interface. Not fully working yet. 6 years ago
Salvatore Filippone b376d226cb Fixed declaration and use of CONTEXT with new type. 6 years ago
Salvatore Filippone 2009ed8dbe First round of updateds for new CONTEXT 6 years ago
Salvatore Filippone 2697fbe73a Started work on encapsulating CONTEXT. 6 years ago
Cirdans-Home 8d2ab75737 Added interfaces for all types of psb_nspaxpby 6 years ago
Cirdans-Home 624a07a25b Added getelem function to retrieve entries from distributed vectors 6 years ago
Salvatore Filippone 7436cf564c Start cleanup compile warnings 6 years ago
Salvatore Filippone c6dbee552e Fix type handling bug in simple_triad. 6 years ago
Salvatore Filippone db17057924 Cosmetic changes to fnd_owner for BLOCK. 6 years ago
Salvatore Filippone 76ff6c824c Fix GEN_BLOCK distribution search for owner process: binary search on
repeated keys
6 years ago
Salvatore Filippone 6b2abed8bb Reworked dep_list sorting. Take out obsolete functions 6 years ago
Salvatore Filippone 62a67a0d0e Fix sorting of dep_list: store in CSR-like, handle self-loops 6 years ago
Salvatore Filippone 56189f39fd Start reworking of handling of dependency lists. 6 years ago
Salvatore Filippone d9997e511f Fixed alterations for MAP routines and new internals 6 years ago
Salvatore Filippone d865bb91ca Defined new variant of allocate_mnnz for mixed IPK/LPK 6 years ago
Salvatore Filippone 2b295de9e7 New crea_index internals. 6 years ago
Salvatore Filippone debb03b6ae Prepare for alternative code path 6 years ago
Salvatore Filippone 487b2c2e1d Defined reallocate and safe_ab_cpy for intrinsic scalars. 6 years ago
Salvatore Filippone e9a8814338 Change default order for DUPL constants. 6 years ago
Cirdans-Home 6777e57d37 merge with merge-paraggr-newops 6 years ago
Salvatore Filippone 2a6107a937 Define psb_free_timers() 6 years ago
Salvatore Filippone 98349319e8 Cleanup DESC%FREE() 6 years ago
Cirdans-Home c0ccbe14f7 merge with unify_agg_build 6 years ago
Salvatore Filippone f499ffb203 New clear_defaults function, use it in psb_exit 6 years ago
Salvatore Filippone 7d3e4aec06 New name qry_halo_owner to distinguish from fnd_halo_owner 6 years ago
Salvatore Filippone 58b7489db9 New fnd_owner implementation, taking into account CD%REINIT 6 years ago
Salvatore Filippone 55666cc0fe Make sure p_adjcncy and halo_owner are preserved over desc%reinit 6 years ago
Cirdans-Home 5c34e3d853 Removed orphan implementation for scale plus identity 6 years ago
Cirdans-Home 01f4f718de Corrected implementation of scale plus identity for sparse matrices 6 years ago
Cirdans-Home 1c23654328 Added functions to compare the entries of two matrices or every entry of matrix with a value 6 years ago
Cirdans-Home 3b36c2196b Added implementation of A = alpha A + beta B for sparse matrices 6 years ago
Cirdans-Home dc55713541 Added generic interface psb_scalplusidentity for long integer spmat 6 years ago
Cirdans-Home e108416719 Added function for scaled sparse matrix plus identity 6 years ago
Cirdans-Home 814e09f5db Added interface (and C interface) to is_bld() for sparse matrices 6 years ago
Cirdans-Home d92b6c02cf Added interface (and C interface) to is_asb() for sparse matrices 6 years ago
Cirdans-Home c4cf78e7b8 Added interface (and C interface) to is_upd() for sparse matrices 6 years ago