1
1
openmpi/ompi/errhandler
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
..
errcode-internal.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errcode-internal.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errcode.c Improve the opal_pointer_array & more (#3369) 2017-04-18 21:41:26 -04:00
errcode.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errhandler_invoke.c Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errhandler_predefined.c Only instantiate the HWLOC topology in an MPI process if it actually will be used. 2016-12-29 10:33:29 -08:00
errhandler_predefined.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
errhandler.c Improve the opal_pointer_array & more (#3369) 2017-04-18 21:41:26 -04:00
errhandler.h Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
help-mpi-errors.txt 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