Commit Graph

23 Commits (7ea80e04e7a04bddd7c7e6397eea2eac4f2aa514)

Author SHA1 Message Date
Salvatore Filippone 1c98111fd9 More interface mismatch fixes
Salvatore Filippone ceda17be7e Fix internals for SERIAL_MPI
Salvatore Filippone 321814d247 Fix performance of owner search in descriptor assembly
Salvatore Filippone 6a6f6ad2c2 Change name of ICTXT to CTXT
Salvatore Filippone b376d226cb Fixed declaration and use of CONTEXT with new type.
Salvatore Filippone 555907338e New versions of fnd_owner: do not use MPI_alltoallv
Salvatore Filippone 4ed1ef4a0d Additional internal docs for fnd_owner
Salvatore Filippone c57aa2ac5c Internal docs for fnd_owner variants.
Salvatore Filippone 2b898aa14f New get_mpi_comm and get_mpi_rank, code and docs
Salvatore Filippone 703214669a Dead code cleanup
Salvatore Filippone 5bd6f0cca9 Add comments to adjcncy_fnd_owner
Salvatore Filippone f32f8e3387 Cosmetic changes in adjcncy_fnd_owner
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.
Salvatore Filippone cf3fce32c3 Update for new get_rank
Salvatore Filippone 4ff817f4f1 Take out debug prints
Salvatore Filippone 374786f6ae adjcncy_fnd_owner fix memory allocation
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.
Salvatore Filippone 31ed911b1e New set/get_maxspace()
Salvatore Filippone 1da39b8bbf Factored symmetrization of del_list into its own routine.
Salvatore Filippone fc90423305 Make adj() argument allocatable so it can be adjusted for symmetry
Salvatore Filippone 6732106bc2 First version of adjncy_fnd_owner. To be fully tested.
Salvatore Filippone 6c31765b3f First draft of psi_graph_fnd_owner. Need to revise choice of algorithmic thresholds.
Salvatore Filippone 2529225730 Changed fnd_owner internal names.