1
1
openmpi/opal/mca
Jeff Squyres cad1d920b2 Check to ensure that we have struct ifreq.ifr_mtu before we try to use
it, because Solaris although has SIOCFIGMTU, it curiously does not
have ifreq.ifr_mtu.

This commit was SVN r28460.
2013-05-07 13:51:50 +00:00
..
backtrace Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
base Per RFC add initial support for the MPI 3.0 tools interface. 2013-04-24 15:59:23 +00:00
common Per the meeting on moving the BTLs to OPAL, move the ORTE database "db" framework to OPAL so the relocated BTLs can access it. Because the data is indexed by process, this requires that we define a new "opal_identifier_t" that corresponds to the orte_process_name_t struct. In order to support multiple run-times, this is defined in opal/mca/db/db_types.h as a uint64_t without identifying the meaning of any part of that data. 2013-02-26 17:50:04 +00:00
compress Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
crs Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
db The move of the orte_db framework to opal required that we create an opaque opal_identifier_t type as OPAL cannot know anything about the ORTE process name. However, passing a value down to opal and then having the db components reference it causes alignment issues on Solaris Sparc platforms. So pass the pointer instead and do the old "memcpy" trick to avoid the problem. 2013-04-08 23:34:16 +00:00
event Per the RFC, always enable libevent thread support. 2013-05-03 15:39:05 +00:00
hwloc Update the list of post-1.5.2 r numbers from hwloc that we have 2013-05-07 01:22:06 +00:00
if Check to ensure that we have struct ifreq.ifr_mtu before we try to use 2013-05-07 13:51:50 +00:00
installdirs Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
memchecker Fix bug introduced by r28236: make declaration and instantiation agree 2013-04-10 14:10:47 +00:00
memcpy Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
memory Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
pstat Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
shmem Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
timer Update OPAL frameworks to use the MCA framework system. 2013-03-27 21:11:47 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
mca.h Refs trac:3275. 2012-09-11 20:47:24 +00:00