Searched refs:nSyncFiles (Results 1 – 1 of 1) sorted by relevance
| /phasta/checkphasta/ |
| H A D | checkphasta.cpp | 27 int nump, int rank, int timestep, int nSyncFiles, char* casedir); 28 std::set<int>* find_timesteps(char* casedir, int nSyncFiles); 30 int timestep, int nump, int nSyncFiles); 31 char* getRestartName(int nSyncFiles); 53 int nSyncFiles = atoi(argv[3]); in main() local 61 std::set<int>* l_timesteps = find_timesteps(lpath, nSyncFiles); in main() 62 std::set<int>* r_timesteps = find_timesteps(rpath, 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() [all …]
|