#include <conf.h>
Go to the source code of this file.
Defines | |
| #define | INCLUDED_CONFIG_H_ |
| Prevent multiple inclusion. | |
| #define | NOARCH 0 |
| #define | QCDOC 1 |
| #define | QCDSP 2 |
| #define | cpsMPI 3 |
| #define | BGL 4 |
| #define | BGP 5 |
| #define | VERSION_MAJOR 5 |
| #define | VERSION_MINOR 0 |
| #define | VERSION_SUB 8 |
| #define | VERSION_STR "CPS_V5.0.8" |
| #define | TARGET NOARCH |
| #define | CPS_FLOAT_ALIGN |
| #define | CWDPREFIX(A) A |
| #define | CAST_AWAY_CONST(x) ( const_cast<char*>(x) ) |
| #define | GLOBALSUM_TYPE double |
| #define | CPS_END_NAMESPACE } |
| #define | CPS_START_NAMESPACE namespace cps { |
| #define | USING_NAMESPACE_CPS using namespace cps; |
| #define | CPS_NAMESPACE cps |
| #define | COMMS_DATASIZE (sizeof(double)) |
Generated automatically from config.h.in by configure procedure.
Definition in file config.h.
|
|
Definition at line 36 of file config.h. Referenced by cps::Vector::FTimesV1PlusV2(). |
|
|
|
|
|
Explicit casting away of the const-ness Definition at line 74 of file config.h. Referenced by cps::AlgNLStagMeson::run(), cps::AlgStagNonLocal::run(), cps::AlgStagNucleon::run(), and cps::AlgStagMeson::run(). |
|
|
Definition at line 96 of file config.h. Referenced by cps::glb_sum(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Precision in the global sum (undefined gives QCDSP behaviour). |
|
|
Prevent multiple inclusion.
|
|
|
|
|
|
Definition at line 33 of file config.h. Referenced by cps::Vector::FTimesV1PlusV2(). |
|
|
|
|
|
Definition at line 45 of file config.h. Referenced by cps::Vector::FTimesV1PlusV2(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3.9.1