linbox
cra-domain-parallel.h File Reference

Parallel (PALADIN) version of Chinese Remaindering Algorithm. More...

Data Structures

struct  ChineseRemainderParallel< CRABase >
 

Namespaces

namespace  LinBox
 Namespace in which all linbox code resides.
 

Macros

#define DISABLE_COMMENTATOR
 
#define __LB_CRA_REPORTING__   0
 

Detailed Description

Parallel (PALADIN) version of Chinese Remaindering Algorithm.

Naive parallel chinese remaindering

Launch by blocks of NN iterations

in parallel, by default, NN is numver of available threads

Then synchronization and termintation test.

Macro Definition Documentation

◆ DISABLE_COMMENTATOR

#define DISABLE_COMMENTATOR

◆ __LB_CRA_REPORTING__

#define __LB_CRA_REPORTING__   0