1
1
openmpi/opal
Rainer Keller b0cbeb0b41 - Add detection of __attribute__((hot)) and __attribute__((cold))
to allow explicit grouping of hot functions into similar code
   sections upon link-time. Should decrease TLB misses (iff the code-
   section is really too large)...
   Candidates for __opal_attribute_hot__ are MPI_Isend MPI_Irecv,
   MPI_Wait, MPI_Waitall
   Candidates for __opal_attribute_cold__ are MPI_Init, MPI_Finalize and
   MPI_Abort...

This commit was SVN r18421.
2008-05-10 10:38:51 +00:00
..
asm We need to force the compiler to preprocess these files as some of 2008-04-24 21:40:40 +00:00
class Do a little cleanup on the opal graph class and opal carto framework to conform to OMPI naming conventions and avoid potential conflict with user applications - no change in functionality, passes carto test program 2008-05-07 19:33:49 +00:00
dss Add a const to the parameters of opal_dss_compare. 2008-05-05 19:12:01 +00:00
etc * fix a typo 2007-02-06 21:59:55 +00:00
event Completely remove the kqueue support on MAC OS X. Remove the test 2008-05-08 02:33:23 +00:00
include - Add detection of __attribute__((hot)) and __attribute__((cold)) 2008-05-10 10:38:51 +00:00
mca Remove the 'include' check from mca_base_select. include/exclude is handled by the mca_base_open functionality and it is redundant (and wrong) to check this in the select function. 2008-05-08 23:41:07 +00:00
memoryhooks This commit fixes trac:747 2007-12-07 15:56:07 +00:00
runtime Some checkpoint/restart cleanup. 2008-05-08 18:47:47 +00:00
threads Fix visibility symbols on OS X 2008-03-17 13:18:12 +00:00
tools Some checkpoint/restart cleanup. 2008-05-08 18:47:47 +00:00
util Make the symbols be visible. 2008-04-18 00:26:17 +00:00
win32 Add defines for the INT16 min and max value. 2008-01-04 23:09:31 +00:00
Makefile.am Merge the ORTE devel branch into the main trunk. Details of what this means will be circulated separately. 2008-02-28 01:57:57 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00