38 int main(
int argn,
char* argv[]) {
41 auto start = std::chrono::system_clock::now();
47 LatticeIO::JsonInput::parseInput(argn, argv);
51 LatticeIO::JsonInput::initApp(lqcd);
60 auto end = std::chrono::system_clock::now();
61 std::chrono::duration<double> elapsedTime = end-start;
62 if(Parallel::rank() == 0)
63 printf(
"Total time taken: %.2fs\n", elapsedTime.count());
Main include file for all headers.
static void initialize()
initializes MPI, gets the rank number and the total numer of processors
static void finalize()
finalizes MPI
Prototype for the App class group.