Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dbench_spmv.c39 int ParseJSON(const char *const inputjsonfile, char ***outputfilenames, char ***outputgroupnames, c… in ParseJSON() argument
41 char *content = read_file(inputjsonfile); in ParseJSON()
76 int UpdateJSON(const char *const inputjsonfile, PetscReal *spmv_times, PetscReal starting_spmv_time… in UpdateJSON() argument
78 char *content = read_file(inputjsonfile); in UpdateJSON()
113 write_file(inputjsonfile, content); in UpdateJSON()