Commit Graph

12 Commits (74cf138a6cfb07df22614a692f8ebe113af75313)

Author SHA1 Message Date
Salvatore Filippone ceda17be7e Fix internals for SERIAL_MPI 4 years ago
Salvatore Filippone 5d7b3471e2 Fix GRAPH_FND_OWNER and updated comments. 4 years ago
Salvatore Filippone 321814d247 Fix performance of owner search in descriptor assembly 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 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 c57aa2ac5c Internal docs for fnd_owner variants. 5 years ago
Salvatore Filippone 703214669a Dead code cleanup 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
Salvatore Filippone 6c31765b3f First draft of psi_graph_fnd_owner. Need to revise choice of algorithmic thresholds. 5 years ago
Salvatore Filippone 2529225730 Changed fnd_owner internal names. 5 years ago