This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
ffnamespace:faq [2014/09/15 00:56] aldinuc |
ffnamespace:faq [2014/09/15 01:00] (current) aldinuc |
||
|---|---|---|---|
| Line 8: | Line 8: | ||
| * Microsoft Windows (Windows 7 64 bit, x86_64) with Visual Studio Express 2013. Other Windows and Visual Studio compiler might works (minor fixes might be required). Window code is not fully optimised for performance. | * Microsoft Windows (Windows 7 64 bit, x86_64) with Visual Studio Express 2013. Other Windows and Visual Studio compiler might works (minor fixes might be required). Window code is not fully optimised for performance. | ||
| * Other platforms/OSes/compilers might work but are not extensively tested (e.g. iOS). FastFlow core is a header-only library and it is likely to work on any platform with a good c++ compiler. c++11 is required to use all FastFlow features. Core patterns does not requires c++11. Main development platform is Linux/x86_64/gcc. | * Other platforms/OSes/compilers might work but are not extensively tested (e.g. iOS). FastFlow core is a header-only library and it is likely to work on any platform with a good c++ compiler. c++11 is required to use all FastFlow features. Core patterns does not requires c++11. Main development platform is Linux/x86_64/gcc. | ||
| - | + | * Dependencies from third-party libraries: Shared-memory: pthreads OR native threads for Window; Distributed: zeromq/TCP and/or IB/OFED, GPU: CUDA or OpenCL. | |
| - | + | ||
| - | ==== Dependencies from third-party libraries ==== | + | |
| - | * Shared-memory: pthreads (native threads for Windows) | + | |
| - | * Distributed: zeromq/TCP and/or IB/OFED | + | |
| - | * GPU: CUDA or OpenCL | + | |
| <note important>Work in progress</note> | <note important>Work in progress</note> | ||