svn+ssh://bugman@.../svn/relax/1.3
........
r15459 | bugman | 2012-03-08 10:44:57 +0100 (Thu, 08 Mar 2012) | 5 lines
Added a reference implementation to the multi-processor package.
This is to demonstrate to users of the package how an implementation is created.
........
r15460 | bugman | 2012-03-08 11:26:19 +0100 (Thu, 08 Mar 2012) | 5 lines
Documentation improvements to the multi-processor test implementation.
This should make it very easy to see what is happening at all stages.
........
r15461 | bugman | 2012-03-08 12:15:15 +0100 (Thu, 08 Mar 2012) | 3 lines
Added some documentation about master processors on Linux 2.6 eating 100% of one CPU core.
........
r15462 | bugman | 2012-03-08 12:16:01 +0100 (Thu, 08 Mar 2012) | 3 lines
The profiling print out is now sorted by cumulative time for better debugging.
........
r15463 | bugman | 2012-03-08 12:18:42 +0100 (Thu, 08 Mar 2012) | 6 lines
Updated the test implementation timing numbers.
This is after using 'echo "1" > /proc/sys/kernel/sched_compat_yield' to fix the Linux OpenMPI
problem.
........
r15464 | bugman | 2012-03-08 12:21:13 +0100 (Thu, 08 Mar 2012) | 5 lines
Copied the OpenMPI + Linux 2.6 100% master problem to the API documentation.
The text has also been updated a little.
........