Ask a Question | Search DSPSR: |
Home
|
MPITrans.h void send_data(BitSeries *data, int dest) Send the next block using MPI_Isend. Definition: MPIRoot.C:361 int next_destination() Returns the rank of the next node ready to receive data. Definition: MPIRoot.C:318 void load_data() when mpi_rank == mpi_root, load data from input Definition: MPIRoot.C:345 int next_destination() Returns the rank of the next node ready to receive data. Definition: MPITrans.C:49 void send_data(BitSeries *data, int dest) Send the next block using MPI_Isend. Definition: MPITrans.C:28 bool auto_request Automatically request the next data chunk. Definition: MPIRoot.h:111 A container for storing digitized (generally not floating point) data Definition: BitSeries.h:35 void load_data() when mpi_rank == mpi_root, load data from input Definition: MPITrans.C:42 MPI_Comm comm Communicator in which data will be sent and received. Definition: MPIRoot.h:96 void request_ready() request ready-for-data from any node Definition: MPIRoot.C:327 Generated using doxygen 1.8.17
|