George Bosilca
c9e5ab9ed1
Our macros for the OMPI-level free list had one extra argument, a possible return
...
value to signal that the operation of retrieving the element from the free list
failed. However in this case the returned pointer was set to NULL as well, so the
error code was redundant. Moreover, this was a continuous source of warnings when
the picky mode is on.
The attached parch remove the rc argument from the OMPI_FREE_LIST_GET and
OMPI_FREE_LIST_WAIT macros, and change to check if the item is NULL instead of
using the return code.
This commit was SVN r28722.
2013-07-04 08:34:37 +00:00
Terry Dontje
e73df369e4
Update bfo pml with code from ob1 to support mprobe, improbe, mrecv, imrecv and cuda.
...
This commit was SVN r26145.
2012-03-15 10:20:46 +00:00
Rolf vandeVaart
f65309364b
Add closing comment to #ifdefs. No code changes.
...
This commit was SVN r24083.
2010-11-23 21:42:20 +00:00
Rolf vandeVaart
9c57108e20
Change #ifdef to #if to match OMPI coding conventions.
...
This commit was SVN r24067.
2010-11-17 20:34:15 +00:00
Rolf vandeVaart
72d06215d5
Add some missing semi-colons.
...
This commit was SVN r24041.
2010-11-11 19:25:25 +00:00
Rolf vandeVaart
9ed780b73d
Cleanup plus another macro.
...
This commit was SVN r23994.
2010-11-04 19:35:25 +00:00
Rolf vandeVaart
1b231f7e73
More miscellaneous cleanup of bfo.
...
This commit was SVN r23986.
2010-11-02 20:11:47 +00:00
Rolf vandeVaart
148ed00dd1
Some more refactoring in the BFO PML. Getting it
...
as close to OB1 PML as possible.
This commit was SVN r23920.
2010-10-22 18:13:35 +00:00
Rolf vandeVaart
24e5e38dce
Remove a variable that is not needed. Just piggy
...
back on a pointer value.
This commit was SVN r23887.
2010-10-13 22:01:23 +00:00
Rolf vandeVaart
59e3fa8ed3
Some more formatting fixes and code refactoring. All
...
these changes are in the bfo so this has no affect on ob1.
This commit was SVN r23815.
2010-09-29 13:46:45 +00:00
Rolf vandeVaart
0331889495
Some more spaces, tabs, include file ordering changes.
...
No real code changes here.
This commit was SVN r23789.
2010-09-22 13:48:22 +00:00
Rolf vandeVaart
31a168695e
Some more cleanup of extraneous spaces and tabs. Also
...
some changes to script to run diffs between PMLs.
This commit was SVN r23749.
2010-09-13 14:58:00 +00:00
Rolf vandeVaart
19d007a6fc
New PML to support failover between openib BTLs.
...
openib BTL changes coming soon.
This commit was SVN r23385.
2010-07-13 10:46:20 +00:00