MCPcopy Create free account
hub / github.com/LBANN/lbann / send

Method send

src/comm.cpp:728–733  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

726void lbann_comm::barrier(const El::mpi::Comm& c) const { El::mpi::Barrier(c); }
727
728void lbann_comm::send(const AbsMat& mat,
729 const int trainer,
730 const int rank) const
731{
732 El::Send(mat, get_world_comm(), get_world_rank(trainer, rank));
733}
734
735void lbann_comm::send(const DistMat& mat,
736 const int trainer,

Callers 5

on_train_beginMethod · 0.45
send_stringFunction · 0.45
mainFunction · 0.45
test_send_recv_blobFunction · 0.45
test_send_recv_matFunction · 0.45

Calls

no outgoing calls

Tested by 3

mainFunction · 0.36
test_send_recv_blobFunction · 0.36
test_send_recv_matFunction · 0.36