STXXL  1.4-dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
compiletime_settings.h File Reference
#include <stxxl/bits/namespace.h>
#include <stxxl/bits/config.h>
#include <stxxl/bits/parallel/settings.h>
#include <cstdio>

Go to the source code of this file.

Namespaces

 stxxl
 STXXL library namespace
 
 stxxl::parallel
 

Macros

#define STXXL_MULTIWAY_MERGESORT_COPY_LAST   0
 
#define STXXL_PARALLEL_PCALL(n)
 

Macro Definition Documentation

#define STXXL_MULTIWAY_MERGESORT_COPY_LAST   0

First copy the data, sort it locally, and merge it back (0); or copy it back after everyting is done (1).

Recommendation: 0

Definition at line 57 of file compiletime_settings.h.