Commit Graph

90 Commits (6b8199f84bfad0d7d574c0eb77574bfa7a6eff26)

Author SHA1 Message Date
Salvatore Filippone bcc85e47fd Fix Makefiles for parallel make 2 years ago
cirdans-home b664291532 Added C interface for remote vector allocate 3 years ago
Salvatore Filippone fc81367fef Changes for remote build interfaces. Implementation to be completed. 3 years ago
Cirdans-Home 13153e03dc Added c interface for remotebuild 3 years ago
Salvatore Filippone 1337009f91 Infrastructure for non-local matrix build 3 years ago
Cirdans-Home 874dd7825e Fix for C++ typedef vs using 3 years ago
Cirdans-Home c1727fec5d Implemented C/C++ fix for complex.h 3 years ago
Cirdans-Home c38660c76c Added function psb_c_g2l 3 years ago
Cirdans-Home bee4bebd7a Fixed missing bind(c) 3 years ago
Cirdans-Home ce1da012c9 added vect_set_vect 3 years ago
Cirdans-Home 10bdde008b Fixed gather name function 4 years ago
Salvatore Filippone 8bc575d319 Fix bug in psb_check_error() 4 years ago
Salvatore Filippone 69b1678f6b Missing index base adjustment in psb_c_cdins 4 years ago
Salvatore Filippone 0cdd36edf3 Fix get_global_indices to account for index base 4 years ago
Salvatore Filippone 4c91ab66f2 c_check_error() should take ctxt by value 4 years ago
Salvatore Filippone 4f1b568b99 Fix uninitialized info 4 years ago
Salvatore Filippone 875ef40724 Missing USE statement for psb_error_check, make it public 4 years ago
Salvatore Filippone aeb1397e9f Fix error_impl, and add check_error() 4 years ago
Salvatore Filippone 81fc75a091 Fixes for memory leaks in the C interface 4 years ago
Cirdans-Home 91c328baba Changed names to match header 4 years ago
Salvatore Filippone 7d200ccc33 Include psb_c_Xcomm.h 4 years ago
Cirdans-Home fedfa46ef6 Added missing cbind directive 4 years ago
Cirdans-Home 411d2dcdf0 Added C interface to psb_cmp_ctxt 4 years ago
Cirdans-Home e64d52cbc2 Added routine to get integer context for c-mpi interoperability 4 years ago
Salvatore Filippone 9178d63ebd Updates for C ctxt handling. 4 years ago
Salvatore Filippone 5f67cc4bb5 new context in CBIND 4 years ago
Salvatore Filippone b376d226cb Fixed declaration and use of CONTEXT with new type. 4 years ago
Cirdans-Home 460eb44d46 Removed debug print 4 years ago
Cirdans-Home c0c8224253 Corrected debug message in getelem 4 years ago
Cirdans-Home 624a07a25b Added getelem function to retrieve entries from distributed vectors 4 years ago
Cirdans-Home 93b8696df0 Corrected C interface for mask operation to avoid memleak 5 years ago
Cirdans-Home ac3afe962d Added C interface psb_c_cd_get_global_indices for descriptor objects 5 years ago
Cirdans-Home 166bd219ef Corrected checkmat bugs in compare and get_nnz routines 5 years ago
Cirdans-Home d22d15a0f4 Corrected C interfaces for interrogating build-state 5 years ago
Cirdans-Home ce6c04f508 Corrected output of matrix cmp routines 5 years ago
Cirdans-Home 346ed5f8f8 Added prototype for matrix compare routines 5 years ago
Cirdans-Home 1c23654328 Added functions to compare the entries of two matrices or every entry of matrix with a value 5 years ago
Cirdans-Home 44db94ad63 Corrected type for sparse matrix function 5 years ago
Cirdans-Home cfc7c2c78f Added headers for C interfaces of sparse matrix scale, and add functions 5 years ago
Cirdans-Home 3b36c2196b Added implementation of A = alpha A + beta B for sparse matrices 5 years ago
Cirdans-Home e108416719 Added function for scaled sparse matrix plus identity 5 years ago
Cirdans-Home 0ff5321fc1 Added c interface for sparse matrix copy 5 years ago
Cirdans-Home 58198de6fa Added c interfaces to set_asb(), set_upd(), set_bld() for sparse matrices 5 years ago
Cirdans-Home 814e09f5db Added interface (and C interface) to is_bld() for sparse matrices 5 years ago
Cirdans-Home d92b6c02cf Added interface (and C interface) to is_asb() for sparse matrices 5 years ago
Cirdans-Home c4cf78e7b8 Added interface (and C interface) to is_upd() for sparse matrices 5 years ago
Cirdans-Home a6db1b566c Added Interface (and C Interface) for nnz of a sparse matrix 5 years ago
Cirdans-Home 9e9a2e3975 Corrected implementation of @X@_base_inv_a2_check to be compliant with NVECTOR behavior 5 years ago
Cirdans-Home 6e28cc2b44 Corrected c interface of psb_mask for logic output 5 years ago
Cirdans-Home 03cd6de764 Corrected bug for passage by value 5 years ago