/************************************************************************************* Grid physics library, www.github.com/paboyle/Grid Source file: ./benchmarks/Benchmark_dwf.cc Copyright (C) 2015 Author: Peter Boyle Author: paboyle This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. See the full license in the file "LICENSE" in the top level distribution directory *************************************************************************************/ /* END LEGAL */ #include using namespace std; using namespace Grid; int main (int argc, char ** argv) { Grid_init(&argc,&argv); int threads = GridThread::GetThreads(); std::cout< seeds4({1,2,3,4}); std::vector seeds5({5,6,7,8}); GridParallelRNG RNG4(UGrid); RNG4.SeedFixedIntegers(seeds4); std::cout << GridLogMessage << "Seeded"<::HotConfiguration(RNG4,Umu); std::cout << GridLogMessage << "made random gauge fields"<_Nprocessors; if (1) { const int ncall=1000; std::cout << GridLogMessage<< "*********************************************************" < diag = Dw.bs; Vector upper= Dw.cs; Vector lower= Dw.cs; upper[Ls-1]=-Dw.mass_minus*upper[Ls-1]; lower[0] =-Dw.mass_plus*lower[0]; LatticeFermion r_eo(FGrid); LatticeFermion src_e (FrbGrid); LatticeFermion src_o (FrbGrid); LatticeFermion r_e (FrbGrid); LatticeFermion r_o (FrbGrid); pickCheckerboard(Even,src_e,src); pickCheckerboard(Odd,src_o,src); setCheckerboard(r_eo,src_o); setCheckerboard(r_eo,src_e); r_e = Zero(); r_o = Zero(); #define BENCH_DW(A,...) \ Dw. A (__VA_ARGS__); \ FGrid->Barrier(); \ t0=usecond(); \ for(int i=0;iBarrier(); \ std::cout<Barrier(); \ t0=usecond(); \ for(int i=0;iBarrier(); \ std::cout<Barrier(); \ t0=usecond(); \ for(int i=0;iBarrier(); \ std::cout<