1
1
openmpi/ompi/mca/coll/libnbc
George Bosilca 49e79a9ade Fix the case of a single process.
This commit was SVN r32807.
2014-09-28 22:06:39 +00:00
..
libdict Start bringing in libnbc. .ompi_ignored, as there's still a long way to go 2012-06-25 22:38:06 +00:00
coll_libnbc_component.c At coll_select time we can not check whether the communicator has a 2013-10-03 03:37:46 +00:00
coll_libnbc_ireduce_scatter_block.c Add basic algorithms for the remaining non-blocking collectives. 2013-10-02 14:26:23 +00:00
coll_libnbc.h MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
nbc_iallgather.c Add basic algorithms for the remaining non-blocking collectives. 2013-10-02 14:26:23 +00:00
nbc_iallgatherv.c Add basic algorithms for the remaining non-blocking collectives. 2013-10-02 14:26:23 +00:00
nbc_iallreduce.c Using MPI_* functions in iallreduce can cause comm-spawned processes to 2013-11-01 16:45:54 +00:00
nbc_ialltoall.c Fix typo. 2014-09-18 13:58:54 +00:00
nbc_ialltoallv.c Add basic algorithms for the remaining non-blocking collectives. 2013-10-02 14:26:23 +00:00
nbc_ialltoallw.c Add basic algorithms for the remaining non-blocking collectives. 2013-10-02 14:26:23 +00:00
nbc_ibarrier.c Add basic algorithms for the remaining non-blocking collectives. 2013-10-02 14:26:23 +00:00
nbc_ibcast_inter.c * Properly initialize handle variable as a request (since the coll_libnbc_request contains everything an NBC_Handle used to contain). Not sure how this slipped through... 2012-07-02 16:39:42 +00:00
nbc_ibcast.c fix several typecasts 2012-08-07 10:41:53 +00:00
nbc_iexscan.c Add basic algorithms for the remaining non-blocking collectives. 2013-10-02 14:26:23 +00:00
nbc_igather.c Restrict the usage of MPI_Type_extent only to receiving processes 2013-11-27 12:09:31 +00:00
nbc_igatherv.c Restrict the usage of MPI_Type_extent only to receiving processes 2013-11-27 12:09:31 +00:00
nbc_ineighbor_allgather.c MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
nbc_ineighbor_allgatherv.c MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
nbc_ineighbor_alltoall.c MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
nbc_ineighbor_alltoallv.c MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
nbc_ineighbor_alltoallw.c MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
nbc_internal.h Small change to allow CUDA-aware to work with non-reduction nonblocking collectives. 2014-09-17 16:55:01 +00:00
nbc_ireduce_scatter.c Fix the case of a single process. 2014-09-28 22:06:39 +00:00
nbc_ireduce.c Add basic algorithms for the remaining non-blocking collectives. 2013-10-02 14:26:23 +00:00
nbc_iscan.c * Properly initialize handle variable as a request (since the coll_libnbc_request contains everything an NBC_Handle used to contain). Not sure how this slipped through... 2012-07-02 16:39:42 +00:00
nbc_iscatter.c Restrict the usage of MPI_Type_extent only to receiving processes 2013-11-27 12:09:31 +00:00
nbc_iscatterv.c Restrict the usage of MPI_Type_extent only to receiving processes 2013-11-27 12:09:31 +00:00
nbc_neighbor_helpers.c MPI-3: Add support for neighborhood collectives 2013-09-26 21:55:08 +00:00
nbc.c Print the 3rd buffer for the MPI_Op. 2014-04-21 23:29:30 +00:00