213b5d5c6e
about linkers, have all OPAL, ORTE, and OMPI components '''not'' link against the OPAL, ORTE, or OMPI libraries. See ttp://www.open-mpi.org/community/lists/users/2007/10/4220.php for details (or https://svn.open-mpi.org/trac/ompi/wiki/Linkers for a better-formatted version of the same info). This commit was SVN r16968. |
||
---|---|---|
.. | ||
.ompi_ignore | ||
c2f.m4 | ||
configure.params | ||
COPYRIGHT | ||
dict_private.h | ||
dict.c | ||
dict.h | ||
hb_tree.c | ||
hb_tree.h | ||
ib_main.c | ||
ib.c | ||
ib.h | ||
LICENSE | ||
main.c | ||
Makefile.am | ||
nbc_iallgather.c | ||
nbc_iallgatherv.c | ||
nbc_iallreduce.c | ||
nbc_ialltoall.c | ||
nbc_ialltoallv.c | ||
nbc_ibarrier.c | ||
nbc_ibcast.c | ||
nbc_igather.c | ||
nbc_igatherv.c | ||
nbc_ireduce_scatter.c | ||
nbc_ireduce.c | ||
nbc_iscan.c | ||
nbc_iscatter.c | ||
nbc_iscatterv.c | ||
nbc_op.c | ||
nbc_op.c.m4 | ||
nbc.c | ||
nbc.h | ||
ompi_component.c | ||
ompi_component.h | ||
README | ||
README.dist |
* TODO: - support MPI-2 collectives - support MPI-2 Features (MPI_IN_PLACE) - support MPI-2 Requests (really? -> I don't think so :) * Missing for MPI-1: - FORTRAN Bindings - add user defined operations (coll9, coll10, coll11, longuser) -- how do we ensure that we do not collide with Intrinsic Operations if we issue NBC_Ops??? -- we cannot issue NBC_Ops ... we need to issue MPI_Ops :-(. -- hmm, we could simply wrap it and save the user defined op in a list (hash) and search this every time we get called --> cool idea, let's do that ... * No Idea: - what is wrong with nbcoll (does not work with Open MPI blocking colls)