Commit Graph

2158 Commits (5c34e3d853c7ac5ddca1989e510c6f3838100445)
 

Author SHA1 Message Date
Salvatore Filippone 78120dc1c0 New ICTXT arg in INIT. 6 years ago
Salvatore Filippone 59857aee02 Fix typo. 6 years ago
Salvatore Filippone 19da8357b0 Introduced col_major vs row_major ordering. 6 years ago
Salvatore Filippone 1a5ee8c46a Fix bounds computation in set_vect. Bug report by Alexandre Silva Lopes 6 years ago
Salvatore Filippone a87bf0ad7f Fixed html docs for new get_vect. 6 years ago
Salvatore Filippone e5ed49a018 Add N to get_vect. 6 years ago
Salvatore Filippone ae2e575a29 Cleanup error returns. 6 years ago
Salvatore Filippone 6c6d2c71ee Optional argument in GETROW. 6 years ago
Salvatore Filippone cee05fc021 Allocate work vectors with scratch option. 6 years ago
Salvatore Filippone 3d355e1f4a Fix checks for Intel MPI wrappers. 6 years ago
Salvatore Filippone 42d5a85e25 Implement TRIL/TRIU for CSR. 6 years ago
Salvatore Filippone 663fa5b8e5 Implement TRIL/TRIU with blocking. 6 years ago
Salvatore Filippone ce33f6b6ed Fixes for FCG. 6 years ago
Salvatore Filippone 5060bfe4b5 Modified name of test program in docs. 6 years ago
Salvatore Filippone eee0efe3b9 New code for FCG method.
Header update for GMRES.
6 years ago
Salvatore Filippone bf71bc6a04 Update configry for XLF. 6 years ago
Salvatore Filippone ee6992e938 Avoid divide by zero for desc printout. 6 years ago
Salvatore Filippone 64fdf563fc Made test program generate symmetric matrices. 7 years ago
Salvatore Filippone ad1b6e7074 Fix copyright string. 7 years ago
Salvatore Filippone f2741e3f5c Fixed index generation in pargen. 7 years ago
Salvatore Filippone 21164cbcbd
Merge pull request #7 from sfilippone/development
Updates for emergency performance fix.
7 years ago
Salvatore Filippone 96d224c912 Updated changelog 7 years ago
Salvatore Filippone a06985ea73 Document default in CDALL with VL: no global checks. 7 years ago
Salvatore Filippone 9e90a04e31 Change default in CDALL with VL: no global checks.
Split psb_cd_choose_large_state with psb_cd_is_large.
7 years ago
Salvatore Filippone 22b97ccfc8 Fixed spelling in docs. 7 years ago
Salvatore Filippone 4a6c0857f1 Updated description of DOT and friends to account for optional GLOBAL
var.
7 years ago
Salvatore Filippone eaaa701c2e New interface for methods with global reductions. 7 years ago
Salvatore Filippone 462f1d098c Modified internals to have tmp_ovrlap in local numbering.
Also simplified crea_index taking out isglob argument.
Fixed bldext, cdall & friends accordingly.
7 years ago
Salvatore Filippone dd946ef5e2 Fix pargen sample programs. 7 years ago
Salvatore Filippone 39fdc18ef8 Merge branch 'master' of https://github.com/sfilippone/psblas3 7 years ago
Salvatore Filippone 883b3fe847 Updated patchlevel v 3.5.1 7 years ago
Salvatore Filippone ed1b966d33
Merge pull request #6 from sfilippone/development
Version 3.5.1
7 years ago
Salvatore Filippone 9713225a8b Explanatory comments. 7 years ago
Salvatore Filippone c573f38d34 Fix psi_serial_impl missing AXPBY. 7 years ago
Salvatore Filippone 95009f7ad5 Lifted interface to symbmm into psb_serial_mod.
Updated printouts in test programs.
7 years ago
Salvatore Filippone e37b43d45a Take out HAVE_MOLD.
Make support for MOLD mandatory in compiler version.
Define set_vect_defaults() and set_mat_defaults(), invoke them at
_init() time.
7 years ago
Salvatore Filippone 3d347d31dc Ensure that the CNV method pick up the default storage format.
Populate the defaults at psb_init time.
7 years ago
Salvatore Filippone 63b84bfae9 Fixed figures for psb_halo and psb_ovrl. 7 years ago
Salvatore Filippone f930337309 Fix authors in user's guide. 7 years ago
Salvatore Filippone 5dd3392954 Do not assume a naming scheme for MODULE files in the Makefile, as
they change across compilers.
7 years ago
Salvatore Filippone a5f9a781f5 Fixed time measurements. 7 years ago
Salvatore Filippone b7a50f6e8b Reinstate target on precbld. 7 years ago
Salvatore Filippone b06c612f9a Reworked all the sorting routines from templates.
Also merged blsrch into gen_block_map_mod, where it belongs.
7 years ago
Salvatore Filippone 9ca93af839 Take out spurious target attribute. 7 years ago
Salvatore Filippone baf1c740f9 Fixed interface mismatch in multivect. 7 years ago
Salvatore Filippone d63202590d Fixed silly bug in declaration of NRM2 and DOT. 7 years ago
Salvatore Filippone df94b86d93 partidx fixes.
Fixed 2/3D bug in test/pargen.
7 years ago
Salvatore Filippone 62748d3e8f Merge branch 'development' of https://github.com/sfilippone/psblas3 into development 7 years ago
Salvatore Filippone 10df894681 Clean up tests for partidx 7 years ago
Salvatore Filippone aaaf4c9f09 New psb_partidx_mod.F90.
Merged into psb_util.
Updated all test/pargen progs.
7 years ago