#9 closed enhancement (obsolete)
Add multiprocessor support for Mac
Reported by: | butlerpd | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | SasView 4.0.0 |
Component: | SasView | Keywords: | |
Cc: | Work Package: | SasView Bug Fixing |
Description
We are currently using openmp which works for windows. Apparently it is unstable on the mac with the 32 bit version of packages we are using. This is a HUGE limitation for the large mac base in Europe (and grwowing mac base in the us)
Change History (5)
comment:1 Changed 13 years ago by butlerpd
- Milestone set to WishList
comment:2 Changed 11 years ago by Tobias Richter
comment:3 Changed 10 years ago by ajj
- Component changed from SansView to SasView
- Work Package set to SasView Bug Fixing
comment:4 Changed 10 years ago by butler
- Resolution set to obsolete
- Status changed from new to closed
This is part of the sasmodel which will move us to opencl — see those tickets.
comment:5 Changed 9 years ago by butler
- Milestone changed from WishList to SasView 4.0.0
Note: See
TracTickets for help on using
tickets.
Problem is not "unstable on 32bit" (any more?), but that clang does not support openmp (yet).
Using gcc to compile apparently would work.
Otherwise we need this to succeed/become widely available: http://clang-omp.github.io/