mirror of
https://github.com/paboyle/Grid.git
synced 2026-08-27 21:09:36 +01:00
Claude build fixeds
This commit is contained in:
@@ -36,8 +36,9 @@ Author: Peter Boyle <paboyle@ph.ed.ac.uk>
|
|||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Grid;
|
using namespace Grid;
|
||||||
|
|
||||||
gridblasHandle_t GridBLAS::gridblasHandle;
|
// GridBLAS statics are defined ONCE, in Grid/algorithms/blas/BatchedBlas.cc;
|
||||||
int GridBLAS::gridblasInit;
|
// a second definition here is a duplicate-symbol link error the moment the
|
||||||
|
// archive member is pulled in.
|
||||||
|
|
||||||
///////////////////////
|
///////////////////////
|
||||||
// Tells little dirac op to use MdagM as the .Op()
|
// Tells little dirac op to use MdagM as the .Op()
|
||||||
|
|||||||
@@ -262,8 +262,11 @@ int main (int argc, char ** argv)
|
|||||||
setenv("DENSE_PANEL_BYTES","65536",1);
|
setenv("DENSE_PANEL_BYTES","65536",1);
|
||||||
unsetenv("SLAB_FILE");
|
unsetenv("SLAB_FILE");
|
||||||
|
|
||||||
typedef DenseCoarseMatrix<vSpinColourVector,vTComplex,nbasis> DenseCC;
|
// Restructured interface: DenseCoarseMatrix<CComplex,nbasis>, constructed
|
||||||
DenseCC dcm(LittleDiracOp, Coarse5d);
|
// on the grid and fed by Import (which runs the certificate chain).
|
||||||
|
typedef DenseCoarseMatrix<vTComplex,nbasis> DenseCC;
|
||||||
|
DenseCC dcm(Coarse5d);
|
||||||
|
dcm.Import(LittleDiracOp);
|
||||||
|
|
||||||
std::cout << GridLogMessage << "T6 audit relative slab difference (schur vs single) = "
|
std::cout << GridLogMessage << "T6 audit relative slab difference (schur vs single) = "
|
||||||
<< dcm.schurAuditRel << std::endl;
|
<< dcm.schurAuditRel << std::endl;
|
||||||
|
|||||||
Reference in New Issue
Block a user