1
1
openmpi/ompi
Jeff Squyres e4e3e411fc Next generation of MPI Java bindings.
Includes all MPI functions supported by Open MPI, including MPI-3
functions (as of about 2 weeks ago).  Many changes compared to the
prior generation of Java bindings; not much is left from the prior
generation, actually.  The changes include (but are not limited to):

 * Add support for more than just a subset of MPI-1 functions
 * Use typical Java case for symbol names
 * Support Java Direct buffers (giving darn-near "native C"
   performance)
 * Support "type struct" better than the prior generation
 * Make more of an effort for the Java bindings to be a thin layer
   over the back-end C bindings
 * ...and more

A proper README with more information about what is supported, how to
use these bindings, etc. will be committed shortly.

This commit was SVN r29263.
2013-09-26 21:44:39 +00:00
..
attribute Implement MPI-2.2 functionality of deleting attributes on 2013-05-02 12:32:21 +00:00
class call element destructors in ompi_free_list_destruct 2013-08-29 22:56:31 +00:00
communicator Per patch from George, with a few minor cleanups. Correctly address the complete exchange of required wireup information in Intercomm_create so all procs in the resulting communicator know how to talk to each other. 2013-09-18 02:01:30 +00:00
contrib Fixed # 3704 2013-07-31 07:38:24 +00:00
datatype Cleanup complex datatypes and update datatypes and operator code to use C99. 2013-09-17 17:49:42 +00:00
debuggers MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
errhandler Cleanup error - need an "and" instead of an "or" 2013-08-16 21:41:59 +00:00
etc Use MKDIR_P instead of mkdir_p in Makefiles, as MKDIR_P is the only one 2012-06-21 16:52:37 +00:00
file == Highlights == 2012-04-18 15:57:29 +00:00
group Add the MPI 2.2 MPI_Dist_graph functionality. 2013-07-01 12:40:08 +00:00
include Cleanup complex datatypes and update datatypes and operator code to use C99. 2013-09-17 17:49:42 +00:00
info Update to r27292: only use "valuelen-1" when the valuelen is 2012-10-30 17:56:28 +00:00
mca Add caching of FCA communicators 2013-09-26 17:48:07 +00:00
message Remove a bunch of unused variables. 2013-03-26 14:34:29 +00:00
mpi Next generation of MPI Java bindings. 2013-09-26 21:44:39 +00:00
mpiext We want to ignore this MPI extension in the general case -- it's just 2013-06-19 16:01:45 +00:00
op Provide Java MPI_Op callbacks via an intercept routine (just like how 2013-09-26 21:36:44 +00:00
patterns MCA/base: Add new MCA variable system 2013-03-27 21:09:41 +00:00
peruse - Sanity check initialization and finalization of PERUSE. 2010-01-12 16:36:24 +00:00
proc Do not use modex recv to fetch the locality as this will automatically force retrieval of hostnames, which we are trying to avoid. Instead, use the database API to fetch that info. 2013-09-25 21:36:25 +00:00
request Removing a silly check in the critical path 2013-09-25 21:34:57 +00:00
runtime Fix the bug where MPI_is_thread_main returns true for all 2013-09-04 11:10:51 +00:00
tools Update the ompi_info man page with information about variable levels 2013-08-27 19:11:37 +00:00
win == Highlights == 2012-04-18 15:57:29 +00:00
Makefile.am Fix compilation of the MPI tools information interface when profiling 2013-08-27 18:19:18 +00:00