1
1
openmpi/ompi/mca/pml
Adrian Reber 1c5a8df724 FT: fix compilation using --with-ft (2/5)
Enabling the FT code breaks compilation (again). This series
tries to fix the compiler errors. This is again only fixing
the compiler errors without any warranty that the result
might actually support FT again.

The FT code used barrier mechanisms which have been removed
with aec5cd08bd. This patch replaces
all those different barriers with opal_pmix.fence(NULL, 0);
I am not sure this is completely correct but at least a starting
point for a review.
2015-03-11 14:23:33 +01:00
..
base Update code base to use the new opal_free_list_t 2015-02-24 10:05:45 -07:00
bfo FT: fix compilation using --with-ft (2/5) 2015-03-11 14:23:33 +01:00
cm Update code base to use the new opal_free_list_t 2015-02-24 10:05:45 -07:00
crcpw Update code base to use the new opal_free_list_t 2015-02-24 10:05:45 -07:00
example The bulk of the remaining renaming changes, in one final glorious "blob". Thanks to Jeff for some help chasing down a few spots. Per chat with Jeff, we decided to cleanup a few things that were historical in nature: 2014-05-07 21:48:53 +00:00
ob1 FT: fix compilation using --with-ft (2/5) 2015-03-11 14:23:33 +01:00
v Remove all unnecessary whitespaces and make sure we close the module 2015-03-05 13:00:13 -05:00
yalla PML_YALLA: fix compilation warnings. 2015-03-11 10:58:54 +02:00
configure.m4 Rather than setting up the direct call stuff in ompi_mca (which requires 2013-02-04 23:26:42 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
pml.h Remove the proc_pml and proc_bml fields from ompi_proc_t and replace with a 2013-08-30 16:54:55 +00:00