1
1
openmpi/ompi/communicator
bosilca 872cf44c28 Improve the opal_pointer_array & more (#3369)
* Complete rewrite of opal_pointer_array
Instead of a cache oblivious linear search use a bits array
to speed up the management of the free space. As a result we
slightly increase the memory used by the structure, but we get a
significant boost in performance.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>

* Do not register datatypes in the f2c translation table.
The registration is now done up into the Fortran layer, by
forcing a call to MPI_Type_c2f.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
2017-04-18 21:41:26 -04:00
..
comm_cid.c Move the collective structure outside the communicator. 2017-02-27 11:54:17 -06:00
comm_helpers.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
comm_helpers.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
comm_init.c Improve the opal_pointer_array & more (#3369) 2017-04-18 21:41:26 -04:00
comm_request.c communicator: Fix uninitialized variable 2017-01-24 16:46:13 -06:00
comm_request.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
comm.c de-ORTEfy the ompi tree 2017-04-07 12:35:58 -06:00
communicator.h Move the collective structure outside the communicator. 2017-02-27 11:54:17 -06:00
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00