Aurélien Bouteiller
|
c98e97a46e
|
Do not return MPI_ERR_PENDING from collectives.
|
2016-03-09 16:13:34 -05:00 |
|
Ralph Castain
|
ac6289dca6
|
Cleanup the warnings from the ompi layer when compiling optimized under Mac OSX
Cleanup per George's comments
|
2015-12-17 17:39:15 -08:00 |
|
George Bosilca
|
a324602174
|
Never allocate a temporary array for the requests. Instead rely on the
module_data to hold one with the largest necessary size. This array is
only allocated when needed, and it is released upon communicator
destruction.
|
2015-10-08 12:00:41 -04:00 |
|
George Bosilca
|
67d01bd8cd
|
Redirect most of the basic module functions to base.
|
2015-02-26 15:52:00 -05:00 |
|
George Bosilca
|
aa019e239e
|
Rename the base header file containing the prototypes of the collective
functions.
|
2015-02-26 15:50:29 -05:00 |
|
George Bosilca
|
8fbcdf685d
|
Split the tuned framework in two. Move all the functions down in the
base, so that they can now be used by all modules. Keep the decision
functions in tuned.
|
2015-02-26 15:46:13 -05:00 |
|