STXXL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
parallel.h File Reference
#include <stxxl/bits/config.h>
#include <cassert>
#include <stxxl/bits/namespace.h>
#include <stxxl/bits/common/settings.h>
#include <stxxl/bits/verbose.h>
#include <algorithm>

Go to the source code of this file.

Namespaces

 stxxl
 STXXL library namespace
 
 stxxl::parallel
 
 stxxl::potentially_parallel
 

Macros

#define _STXXL_FORCE_SEQUENTIAL
 
#define _STXXL_SORT_TRIGGER_FORCE_SEQUENTIAL
 
#define STXXL_NOT_CONSIDER_SORT_MEMORY_OVERHEAD   0
 
#define STXXL_PARALLEL   0
 
#define STXXL_PARALLEL_MULTIWAY_MERGE   0
 

Functions

void stxxl::check_sort_settings ()
 
bool stxxl::do_parallel_merge ()
 
unsigned stxxl::sort_memory_usage_factor ()
 

Macro Definition Documentation

#define STXXL_NOT_CONSIDER_SORT_MEMORY_OVERHEAD   0

Definition at line 76 of file parallel.h.

#define STXXL_PARALLEL   0

Definition at line 29 of file parallel.h.

#define STXXL_PARALLEL_MULTIWAY_MERGE   0

Definition at line 63 of file parallel.h.