mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-04 19:25:56 +01:00
REduce the time in single
This commit is contained in:
parent
f32c275376
commit
59b0cc11df
@ -176,7 +176,7 @@ int main (int argc, char ** argv)
|
||||
|
||||
std::cout << " FlightRecorder is OK! "<<std::endl;
|
||||
iter ++;
|
||||
} while (time(NULL) < (start + nsecs/2) );
|
||||
} while (time(NULL) < (start + nsecs/10) );
|
||||
|
||||
std::cout << GridLogMessage << "::::::::::::: Starting double precision CG" << std::endl;
|
||||
ConjugateGradient<LatticeFermionD> CG(1.0e-8,10000);
|
||||
|
Loading…
x
Reference in New Issue
Block a user