std::cerr<<"Usage: "<<argv[0]<<" jobfile walltime checkpointtime [h/m/s]\nThe lastargument sets the time unit for walltime and checkpointtime. Default is seconds.\n";
std::cerr<<fmt::format("{0} JOBFILE\n{0} single JOBFILE\n{0} merge JOBFILE\n\n Without further flags, the MPI scheduler is started. 'single' starts a single core scheduler (useful for debugging), 'merge' merges unmerged measurement results.\n",argv[0]);