Commit Graph

203 Commits (06a752ed685571e27b620b0cfb9cc966fb1b7f79)

Author SHA1 Message Date
Salvatore Filippone ceda17be7e Fix internals for SERIAL_MPI 4 years ago
Cirdans-Home 8cddedd022 Fixed psi_protect_name 4 years ago
Cirdans-Home 297be776ca Fixed name of psi_i_renum_index subroutine 4 years ago
Salvatore Filippone 76900aedff Fix silly error with uninitialized variable 4 years ago
Salvatore Filippone d02322861c Updated comments 4 years ago
Salvatore Filippone c6a52d45bd Updated internal comments 4 years ago
Salvatore Filippone 5d7b3471e2 Fix GRAPH_FND_OWNER and updated comments. 4 years ago
Salvatore Filippone d505b0b8c9 Added comments. 4 years ago
Salvatore Filippone 0232ed755f Improve descriptor lists handling. 4 years ago
Salvatore Filippone 734041d90f Update description of internals. 4 years ago
Salvatore Filippone 321814d247 Fix performance of owner search in descriptor assembly 4 years ago
Salvatore Filippone 7124e8abdf Merge branch 'new-context' into remap-coarse & fix
# Conflicts:
#	base/modules/desc/psb_desc_mod.F90
#	base/modules/penv/psi_penv_mod.F90
4 years ago
Salvatore Filippone 9178d63ebd Updates for C ctxt handling. 4 years ago
Salvatore Filippone 6a6f6ad2c2 Change name of ICTXT to CTXT 4 years ago
Salvatore Filippone b376d226cb Fixed declaration and use of CONTEXT with new type. 4 years ago
Salvatore Filippone 64e4c194fd Enable VECT objects in MMIO read/write. 4 years ago
Salvatore Filippone 7df7b6ffce Set adjacncy list during build of halo_index for all maps. 4 years ago
Salvatore Filippone e3649e1cb6 Do not use sorting on dependency lists unless dlavg<16 4 years ago
Salvatore Filippone 6b2abed8bb Reworked dep_list sorting. Take out obsolete functions 4 years ago
Salvatore Filippone ceb79d8fd8 Fix bad argument passing for sort_dl 4 years ago
Salvatore Filippone 62a67a0d0e Fix sorting of dep_list: store in CSR-like, handle self-loops 4 years ago
Salvatore Filippone 781f0ef083 New version of sort_dep_list. 4 years ago
Salvatore Filippone 56189f39fd Start reworking of handling of dependency lists. 4 years ago
Salvatore Filippone 167f4157bb Improve graph_fnd_owner 4 years ago
Salvatore Filippone ad50c6e166 Add new source file for alternative CDASB. 4 years ago
Salvatore Filippone 5b1300b7cc Merge branch 'fix_cdasb' into unify_aggr_bld
# Conflicts:
#	base/internals/psi_extrct_dl.F90
4 years ago
Salvatore Filippone d2f8d87204 Defined a threshold for enacting simplified exchange list build 4 years ago
Salvatore Filippone 2b295de9e7 New crea_index internals. 4 years ago
Salvatore Filippone 7fa4eae8c9 Timers in xtr_dl 4 years ago
Salvatore Filippone debb03b6ae Prepare for alternative code path 4 years ago
Salvatore Filippone 7de9318aa9 New timers in descriptor assembly 4 years ago
Salvatore Filippone 7d3e4aec06 New name qry_halo_owner to distinguish from fnd_halo_owner 5 years ago
Salvatore Filippone 58b7489db9 New fnd_owner implementation, taking into account CD%REINIT 5 years ago
Salvatore Filippone d342e2d59e Fixed borderline case for PSB_CDALL( VL=())
Code was hanging if VL was empty on some processes.
5 years ago
Salvatore Filippone a59c79a2f8 *** empty log message *** 5 years ago
Salvatore Filippone 2944299aa7 Check sizes in graph_fnd_owner sampling code. 5 years ago
Salvatore Filippone 4a89e4b1c7 Finish variable replacement 5 years ago
Salvatore Filippone 3cfdc033fd New structure for A2A and graph_fnd_owner
New implementation for A2A: use mpi_allgather and mpi_reduce_scatter,
with two variants: one for variable inputs, one for fixed size
inputs.
Modified graph_fnd_owner to pass padded and uniform sized input to
A2A.
5 years ago
Salvatore Filippone 7c908c0849 Start mods for new fnd_owner 5 years ago
Salvatore Filippone 9a2c1fe0a9 Merge branch 'development' into fnd_owner
# Conflicts:
#	base/internals/psi_extrct_dl.F90
#	base/internals/psi_symm_dep_list.F90
#	base/modules/desc/psb_indx_map_mod.f90
5 years ago
Salvatore Filippone c3321aa981 Take out timings for now. 5 years ago
Salvatore Filippone 555907338e New versions of fnd_owner: do not use MPI_alltoallv 5 years ago
Salvatore Filippone 4ed1ef4a0d Additional internal docs for fnd_owner 5 years ago
Salvatore Filippone c57aa2ac5c Internal docs for fnd_owner variants. 5 years ago
Salvatore Filippone acae5f9278 Placed timing code in graph_fnd_owner 5 years ago
Salvatore Filippone 2b898aa14f New get_mpi_comm and get_mpi_rank, code and docs 5 years ago
Salvatore Filippone b9514ece40 New extract_dep_list from fnd_owner 5 years ago
Salvatore Filippone 43c1ccfc87 Extract_dep_list new symm
New dependency list symmetrizatoin, two alternatives: distributed, or
replicated after allgather.
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