资 源 简 介
yaTS - yet another Tasking System
This small code base proposes an implementation of a reasonably fast and
flexible tasking system. Note that a lengthy description may be found in
tasking.hpp. Some useful comments in particular about the implementation may be
found in tasking.cpp
How to build
The code base uses CMake to build. CMake can be downloaded at http://www.cmake.org. The classical CMake profiles are supported (Debug, Release, RelWithDebInfo, MinSizeRel).
On Windows, MSVC (Visual Studio basically) and Mingw32 (GCC for Windows) are both supported. Run the CMake UI and you can select either "Visual Studio 20xx" or "Mingw32 Makefiles". For Ming32, I personally user msys and run mingw32-make where the build directory has been created.
On Linux, you can use ccmake to get the similar user interface. ICC and GCC are both supported. To enable ICC, simply type "ICC" instead of "GCC&quo