Provides seqan3::align_cfg::parallel configuration. More...
#include <seqan3/alignment/configuration/detail.hpp>#include <seqan3/core/algorithm/configuration_element_parallel_mode.hpp>
Include dependency graph for align_config_parallel.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| seqan3 | |
| The main SeqAn3 namespace. | |
| seqan3::align_cfg | |
| A special sub namespace for the alignment configurations. | |
Typedefs | |
| using | seqan3::align_cfg::parallel = seqan3::detail::parallel_mode< std::integral_constant< seqan3::detail::align_config_id, seqan3::detail::align_config_id::parallel > > |
| Enables the parallel execution of the alignment algorithm if possible for the given configuration. More... | |
Provides seqan3::align_cfg::parallel configuration.