Salvatore Filippone
59e640c8a1
Fix error message for wrong IRST.
5 years ago
Salvatore Filippone
c845a7881e
Merge branch 'fnd_owner' of https://github.com/sfilippone/psblas3 into fnd_owner
5 years ago
Salvatore Filippone
70d19c04be
graph_fnd_owner cleanup
5 years ago
Salvatore Filippone
703214669a
Dead code cleanup
5 years ago
cirdans-home
fcbe0d620a
Added vector/scalar comparison routine
5 years ago
Salvatore Filippone
5bd6f0cca9
Add comments to adjcncy_fnd_owner
5 years ago
cirdans-home
d4fc54e75a
Corrected error in inv_vect implementation
5 years ago
Salvatore Filippone
f32f8e3387
Cosmetic changes in adjcncy_fnd_owner
5 years ago
Salvatore Filippone
caec98e942
New adjcncy and a2a fnd_owner
...
Reimplement adjcncy_fnd_owner to use alltoallv. Version with
sends/irecv still available under compile time constant.
Reimplement a2a_fnd_owner to use adjcncy_fnd_owner. Older version
still available under compile time constant.
5 years ago
cirdans-home
c1f3b2d9d4
Added entrywise inversion and documentation for vec-vec operation
5 years ago
cirdans-home
db7b882e9c
entrywise divide with zero check
5 years ago
Salvatore Filippone
cf3fce32c3
Update for new get_rank
5 years ago
cirdans-home
ce6383b7ff
Added Element-by-Element divison
5 years ago
Salvatore Filippone
122c154bca
Merge branch 'merge-paraggr' into fnd_owner
5 years ago
Salvatore Filippone
e95063701b
Whitespace fixes
5 years ago
Salvatore Filippone
cf6db2ea0b
get_rank and get_mpicomm
...
Make psb_get_rank and psb_get_mpicomm functions, not
subroutines. Document same.
5 years ago
Salvatore Filippone
4ff817f4f1
Take out debug prints
5 years ago
cirdans-home
f66d19e54b
added entrywise vector product psb_gemlt
5 years ago
Salvatore Filippone
374786f6ae
adjcncy_fnd_owner fix memory allocation
5 years ago
Salvatore Filippone
809e32a6be
adjcncy_fnd_owner with irecv
...
Implement adjcncy_fnd_owner with irecv to improve performance instead
of psb_snd/psb_rcv. To be fully debugged.
5 years ago
Salvatore Filippone
410c0c9995
graph_fnd_owner sweep
...
Implement initial sweep in graph_fnd_owner based on user-provided
topology.
Cleanup old indx_map implementation.
New test program just for testing cdasb.
5 years ago
Salvatore Filippone
79a25a80ed
Cosmetic changes to graph_fnd_owner
5 years ago
Salvatore Filippone
6258b9ff66
use desc_mod instead of indx_map_mod to pull interface of cd_get_maxspace
5 years ago
Salvatore Filippone
31ed911b1e
New set/get_maxspace()
5 years ago
Salvatore Filippone
e2bd101ded
Fix typos in source.
5 years ago
Salvatore Filippone
1da39b8bbf
Factored symmetrization of del_list into its own routine.
5 years ago
Salvatore Filippone
fc90423305
Make adj() argument allocatable so it can be adjusted for symmetry
5 years ago
Salvatore Filippone
6732106bc2
First version of adjncy_fnd_owner. To be fully tested.
5 years ago
Salvatore Filippone
6c31765b3f
First draft of psi_graph_fnd_owner. Need to revise choice of algorithmic thresholds.
5 years ago
Salvatore Filippone
95dffe2f76
Refactor fnd_owner into graph_fnd_owner which may call a2a_ and adjcncy_
5 years ago
Salvatore Filippone
4507a6522a
New indxmap component for process adjacency list, setters/getters.
5 years ago
Salvatore Filippone
ce115b1318
Put in a safety margin in reallocation of dep_list. To be reworked completely.
5 years ago
Salvatore Filippone
8ae408fa03
Improved memory allocation in extract_dep_list
5 years ago
Salvatore Filippone
3ae846edb5
Start refactoring of crea_index
5 years ago
Salvatore Filippone
65092a42b1
Split hash_impl from desc_impl.
5 years ago
Salvatore Filippone
2529225730
Changed fnd_owner internal names.
5 years ago
Salvatore Filippone
40204a7be6
Moved fnd_owner to internals impl. subdir
5 years ago
Salvatore Filippone
1d04fffbd4
Refactor map_fnd_owner, first step towards new version.
5 years ago
Salvatore Filippone
b3d6a970ee
Add adjncy component
5 years ago
Salvatore Filippone
4366ac4948
Move psb_indx_map_fnd_owner in modules/desc subdir, update makefiles.
5 years ago
Salvatore Filippone
b83ec80619
Fix scan_sum, define V version
5 years ago
Salvatore Filippone
d189083816
Check and enforce allocation of indxmap%halo_owner
5 years ago
Salvatore Filippone
c54076ed97
Kludge: defined indx_map%cpy method, use same in %clone. To be reviewed
5 years ago
Salvatore Filippone
62c21836f0
Fix REINIT use of array constants with implicit loops using IPK/LPK
5 years ago
Salvatore Filippone
768344d93f
Add version of CDINS with lpk NZ
5 years ago
Salvatore Filippone
c338e7b799
New LPK set_nzeros for COO
5 years ago
Salvatore Filippone
319d2831b7
New methods for LX%set_nrows with IPK/LPK
5 years ago
Salvatore Filippone
634c2e0aa5
Implement clip_diag for LX
5 years ago
Salvatore Filippone
ece66421bf
Add len arg in declaration.
5 years ago
Salvatore Filippone
a65626c7b0
Merge fnd_halo_owner method and setup
5 years ago
Salvatore Filippone
10b802743e
Change constant name to psb_c_Xpk_
5 years ago
Salvatore Filippone
71059dc783
Version of sphalo for LX_csr.
5 years ago
Salvatore Filippone
40755d6279
New method par_csr_spspmm.
5 years ago
Salvatore Filippone
22d76d1e48
Fix SYM handling at spmat level.
5 years ago
Salvatore Filippone
dcedab8ae0
New usehash argument in CDALL. Still need to put in a heuristics for
...
gen_block with too many cores
5 years ago
Salvatore Filippone
2f07fc5220
New scan_sum and exscan_sum collectives.
5 years ago
Salvatore Filippone
b97bdf3d2e
Added timers facility.
5 years ago
Salvatore Filippone
5a61fbd2c0
Duplicated matrix entries should be ADDED by default.
5 years ago
Salvatore Filippone
7e2ffbf34d
New handling of SYMmetry
6 years ago
Salvatore Filippone
239f25a913
Memory allocation for COO/CSC/CSR.
6 years ago
Salvatore Filippone
57d08dc4d7
Formatting source code fixes.
6 years ago
Salvatore Filippone
242b9ec91f
New variant of psb_spins in CSR mode. Document same.
6 years ago
Salvatore Filippone
9a6d9ac5c4
Aux space spspmm estimate was wrong, reverted.
6 years ago
Salvatore Filippone
5abe99196c
Fix calls to checkvect in data exchange functions, take 2.
6 years ago
Salvatore Filippone
113478ea64
Fix calls to checkvect in data exchange functions.
6 years ago
Salvatore Filippone
08063d4f48
Deallocate output if needed in indxmap%clone.
6 years ago
Salvatore Filippone
3bafaa242a
New checkvect interface, and use.
6 years ago
Salvatore Filippone
3ecdb7d026
Explicitly free output descriptor on desc%clone.
6 years ago
Salvatore Filippone
4789277b19
Fixed switch to build state for overlap descriptor.
6 years ago
Salvatore Filippone
51e50120bd
Add move_alloc method to sparse matrix.
6 years ago
Salvatore Filippone
fd8ce4f3de
New linmap internal structure.
6 years ago
Salvatore Filippone
300762ed29
Fix map build for gen_linear.
6 years ago
Salvatore Filippone
a9f4470d34
Better allocation of temporaries in SPHALO.
6 years ago
Salvatore Filippone
a019bfcf33
Fix sphalo to have calls to CSGET with full output.
6 years ago
Salvatore Filippone
e5535835ec
Implement clean_zeros for CSC and CSR
6 years ago
Salvatore Filippone
a96cd70afa
Fix stray #elif
6 years ago
Salvatore Filippone
ad763bd364
Fix bookkeeping in Xsphalo.
...
Fix cd_renum_block description
6 years ago
Salvatore Filippone
2ce1d94580
New RENUM_BLOCK method.
6 years ago
Salvatore Filippone
99b23f26c1
Additional docs inside GEN_BLOCK_MAP.
6 years ago
Salvatore Filippone
e828a2a45a
Additional constraints in makefile.
6 years ago
Salvatore Filippone
5d476495fe
Fix internal interfaces in GEN_BLOCK_MAP.
6 years ago
Salvatore Filippone
6dda7339b5
Restore mistakenly deleted sources.
6 years ago
Salvatore Filippone
638f777322
Fix SPMAT take out LX_icsget; in search of a better solution.
6 years ago
Salvatore Filippone
c29ea43990
Fix silly bug in rw_extd cleanup code when NR > MA+MB.
6 years ago
Salvatore Filippone
d3c6bfb5f1
In CSCNV we should call b%set_asb(), not b%asb()
6 years ago
Salvatore Filippone
06a1fa560f
Finer control over statistics printed by CDPRT.
6 years ago
Salvatore Filippone
f858a2e610
Include sort module.
6 years ago
Salvatore Filippone
cd8ae65c85
Take out GTL arg from CSPUT.
6 years ago
Salvatore Filippone
cd355ea1f0
Obsolete hasval.c
6 years ago
Salvatore Filippone
af9d5941ab
Update version number
6 years ago
Salvatore Filippone
8d489f8ce2
Merged MixedI8 in new branch (to be later merged into development)
6 years ago
Salvatore Filippone
d366da81f6
Renamed C hashval implementation.
6 years ago
Salvatore Filippone
c7312ab54c
Reimplemented hash function in C to avoid overflow trap.
6 years ago
Salvatore Filippone
dc73b5d9ab
C implementation of hash function.
6 years ago
Salvatore Filippone
9488a91d48
Fix implicit none.
6 years ago
Salvatore Filippone
4dc21ec7e2
Fix chksz in getblk.
6 years ago
Salvatore Filippone
f2e247c8a8
Take out obsolete method impl.
6 years ago
Salvatore Filippone
d52fdf9be2
Updated version number and docs for prec%init.
6 years ago
Salvatore Filippone
1a5ee8c46a
Fix bounds computation in set_vect. Bug report by Alexandre Silva Lopes
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
42d5a85e25
Implement TRIL/TRIU for CSR.
7 years ago
Salvatore Filippone
663fa5b8e5
Implement TRIL/TRIU with blocking.
7 years ago
Salvatore Filippone
ee6992e938
Avoid divide by zero for desc printout.
7 years ago
Salvatore Filippone
ad1b6e7074
Fix copyright string.
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
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
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
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
b06c612f9a
Reworked all the sorting routines from templates.
...
Also merged blsrch into gen_block_map_mod, where it belongs.
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
aaaf4c9f09
New psb_partidx_mod.F90.
...
Merged into psb_util.
Updated all test/pargen progs.
7 years ago
Salvatore Filippone
40ea42c54c
Merge branch 'development' of https://github.com/sfilippone/psblas3 into development
7 years ago
Salvatore Filippone
d98dec4a4a
Fixed name strings in Xdot
7 years ago
Salvatore Filippone
f1b3a9f922
Add global option for psb_cdprt
7 years ago
Salvatore Filippone
273fd7ac44
Merge branch 'development' of https://github.com/sfilippone/psblas3 into development
7 years ago
Salvatore Filippone
2030ad13bf
Modified descriptor info printout.
7 years ago
Salvatore Filippone
f0d82cd88b
Add flush statements.
7 years ago
Salvatore Filippone
35da66299a
New version of PSB_CDPRT. Must be called by all processes.
7 years ago
Salvatore Filippone
7c786c4bf1
Updated copyright statement.
7 years ago
Salvatore Filippone
c774783057
Updated copyright statement
7 years ago
Salvatore Filippone
a947008be2
Fix error message handling for CSMV
7 years ago
Salvatore Filippone
2cc244433e
Delete obsolete file base/psblas/psb_sxdot.f90
7 years ago
Salvatore Filippone
0cad33cb68
Merge remote-tracking branch 'origin/psblas3-mcbind'
7 years ago
Salvatore Filippone
bbba6a670e
Merged changes from svn dev version.
7 years ago
Salvatore Filippone
f1d260b3c9
Added scratch to geasb for arrays.
7 years ago
Salvatore Filippone
7218ae86d6
Added new optional arguments to TRIL and TRIU. Document same.
7 years ago
Salvatore Filippone
a0a0e96a96
Simple caching for psb_info. Make barrier in errcomm optional, default false.
8 years ago
Salvatore Filippone
9c989c24e9
Simple caching scheme for psb_info
8 years ago
Salvatore Filippone
98200cf9c2
Merged latest changes to genpde_impl from svn dev.
8 years ago
Salvatore Filippone
de8daf2631
psblas3:
...
base/modules/serial/psb_c_base_vect_mod.f90
base/modules/serial/psb_d_base_vect_mod.f90
base/modules/serial/psb_i_base_vect_mod.f90
base/modules/serial/psb_s_base_vect_mod.f90
base/modules/serial/psb_z_base_vect_mod.f90
Comments in base vector class.
8 years ago
Salvatore Filippone
98c2763c86
Summary: Fix comm/internals makefile for MPFC
8 years ago
Salvatore Filippone
a8ee048f8f
psblas3:
...
.
base/modules/psb_const_mod.F90
prec/psb_c_bjacprec.f90
prec/psb_c_diagprec.f90
prec/psb_c_nullprec.f90
prec/psb_s_bjacprec.f90
prec/psb_s_diagprec.f90
prec/psb_s_nullprec.f90
prec/psb_z_bjacprec.f90
prec/psb_z_diagprec.f90
prec/psb_z_nullprec.f90
Further changes merged from fixprec branch.
8 years ago
Salvatore Filippone
077998c1bd
psblas3:
...
.
Make.inc.in
base/comm/Makefile
base/internals/Makefile
base/internals/psi_exist_ovr_elem.f
base/internals/psi_exist_ovr_elem.f90
base/internals/psi_list_search.f
base/internals/psi_list_search.f90
base/internals/psi_srtlist.f90
base/internals/srtlist.f
base/modules/Makefile
base/serial/Makefile
base/serial/f77
base/serial/f77/Makefile
base/serial/f77/caxpby.f
base/serial/f77/cnumbmm.f
base/serial/f77/daxpby.f
base/serial/f77/dnumbmm.f
base/serial/f77/iaxpby.f
base/serial/f77/saxpby.f
base/serial/f77/snumbmm.f
base/serial/f77/symbmm.f
base/serial/f77/zaxpby.f
base/serial/f77/znumbmm.f
base/serial/psb_aspxpby.f90
base/serial/psi_c_serial_impl.f90
base/serial/psi_d_serial_impl.f90
base/serial/psi_i_serial_impl.f90
base/serial/psi_s_serial_impl.f90
base/serial/psi_z_serial_impl.f90
base/serial/smmp.f90
base/tools/Makefile
configure.ac
configure
prec/psb_d_bjacprec.f90
prec/psb_d_diagprec.f90
prec/psb_d_nullprec.f90
test/fileread/Makefile
test/hello/Makefile
test/kernel/Makefile
test/pargen/Makefile
test/serial/Makefile
test/torture/Makefile
test/util/Makefile
Merged changes from fixprec branch.
8 years ago
Salvatore Filippone
08ce669aba
psblas3:
...
base/modules/psb_realloc_mod.F90
configure.ac
configure
util/psb_c_renum_impl.F90
util/psb_d_renum_impl.F90
util/psb_s_renum_impl.F90
util/psb_z_renum_impl.F90
Make ISO_C_BINDING mandatory, take out #ifdef
8 years ago
Salvatore Filippone
de0596d677
psblas3:
...
New affiliation and fix compyright formatting.
8 years ago
Salvatore Filippone
de68ae1d64
psblas3:
...
Modified copyright format for all Fortran file.
8 years ago
Salvatore Filippone
0329ffd968
psblas3:
...
base/comm/internals/psi_cswapdata.F90
base/comm/internals/psi_cswaptran.F90
base/comm/internals/psi_dswapdata.F90
base/comm/internals/psi_dswaptran.F90
base/comm/internals/psi_iswapdata.F90
base/comm/internals/psi_iswaptran.F90
base/comm/internals/psi_sswapdata.F90
base/comm/internals/psi_sswaptran.F90
base/comm/internals/psi_zswapdata.F90
base/comm/internals/psi_zswaptran.F90
base/modules/psb_realloc_mod.F90
base/modules/serial/psb_c_base_vect_mod.f90
base/modules/serial/psb_d_base_vect_mod.f90
base/modules/serial/psb_i_base_vect_mod.f90
base/modules/serial/psb_s_base_vect_mod.f90
base/modules/serial/psb_z_base_vect_mod.f90
Introduce v%maybe_free_buffer.
8 years ago
Salvatore Filippone
609d924505
psblas3:
...
base/comm/internals/psi_cswapdata.F90
base/comm/internals/psi_cswaptran.F90
base/comm/internals/psi_dswapdata.F90
base/comm/internals/psi_dswaptran.F90
base/comm/internals/psi_iswapdata.F90
base/comm/internals/psi_iswaptran.F90
base/comm/internals/psi_sswapdata.F90
base/comm/internals/psi_sswaptran.F90
base/comm/internals/psi_zswapdata.F90
base/comm/internals/psi_zswaptran.F90
Reworked communication internals to reduce malloc/free calls which
were harming GPU performance.
8 years ago
Salvatore Filippone
854c3d8418
psblas:
...
base/tools/psb_c_map.f90
base/tools/psb_d_map.f90
base/tools/psb_s_map.f90
base/tools/psb_z_map.f90
Silly bug with iam/np
8 years ago
Salvatore Filippone
85da2dbd27
psblas3:
...
base/tools/psb_c_map.f90
base/tools/psb_d_map.f90
base/tools/psb_s_map.f90
base/tools/psb_z_map.f90
Fixed X2Y and Y2X pointer magic.
8 years ago
Salvatore Filippone
8f5fd02e6a
psblas3:
...
base/modules/comm/psb_c_linmap_mod.f90
base/modules/comm/psb_d_linmap_mod.f90
base/modules/comm/psb_s_linmap_mod.f90
base/modules/comm/psb_z_linmap_mod.f90
base/tools/psb_c_map.f90
base/tools/psb_d_map.f90
base/tools/psb_s_map.f90
base/tools/psb_z_map.f90
Added X_vect buffers to map_X2Y and map_Y2X: it makes a large
difference on GPUs.
Fixed CNV method to ignore unassembled maps.
8 years ago
Salvatore Filippone
9735918a99
psblas3:
...
base/internals/Makefile
Cleanup
8 years ago