1
1
openmpi/ompi/request
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
..
grequest.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
grequest.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
Makefile.am Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
req_test.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
req_wait.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
request_dbg.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
request_default.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
request.c Improve the opal_pointer_array & more (#3369) 2017-04-18 21:41:26 -04:00
request.h Merge pull request #2448 from thananon/remove_request_lock 2017-01-03 19:31:46 -08:00