Ticket #535 (closed: fixed)
Speed up Binary operations using multithreading
Reported by: | Nick Draper | Owned by: | Nick Draper |
---|---|---|---|
Priority: | major | Milestone: | Iteration 16 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
openMP has been enabled to improve the speed of binary operations.
This will only take effect if all of the workspace involved are not Managed (i.e. use the hard drive for storage) as these workspaces are not thread safe and are bound by the speed of the disk not the processor.
Change History
Note: See
TracTickets for help on using
tickets.
(In [2331]) re #535
Enabled openmp support for binary operations
Hopefully this will be ok on linux as GCC 4.2 should be catered for. for pre gcc 4.2 we should be ok as this is all protected by a #ifdef _openmp