Lines Matching refs:nSyncFiles
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()
108 nump, rank, timestep, nSyncFiles, rpath); in compare_solution()
134 int nump, int rank, int timestep, int nSyncFiles, char* casedir) in read_solution() argument
145 if( nSyncFiles == 0 ) in read_solution()
147 else if( nSyncFiles > 0 ) in read_solution()
148 syncio_setup_read(nSyncFiles, &fp); in read_solution()
172 std::set<int>* find_timesteps(char* casedir, int nSyncFiles) in find_timesteps() argument
187 char* rname = getRestartName(nSyncFiles); in find_timesteps()
204 char* getRestartName(int nSyncFiles) { in getRestartName() argument
206 if(0 == nSyncFiles) in getRestartName()
208 else if(nSyncFiles > 0) in getRestartName()