Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 362 Bytes

13_abt_custom.rst

File metadata and controls

11 lines (8 loc) · 362 Bytes

Custom schedulers and pools

Argobots enables you to define custom pools and schedulers. Thallium wraps this feature and makes it object oriented. The best way to define a custom pool and a custom scheduler is to look at the following example.

.. literalinclude:: ../../../code/thallium/13_abt_custom/main.cpp
       :language: cpp