Home
last modified time | relevance | path

Searched refs:lpath (Results 1 – 1 of 1) sorted by relevance

/phasta/checkphasta/
H A Dcheckphasta.cpp29 double compare_solution(char* lpath, char* rpath,
51 char* lpath = argv[1]; in main() local
61 std::set<int>* l_timesteps = find_timesteps(lpath, nSyncFiles); in main()
84 error = compare_solution(lpath, rpath, *i, size, nSyncFiles); in main()
96 double compare_solution(char* lpath, char* rpath, int timestep, int nump, int nSyncFiles) in compare_solution() argument
106 nump, rank, timestep, nSyncFiles, lpath); in compare_solution()