Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dbench_spmv.c262 char jfilename[PETSC_MAX_PATH_LEN]; in main() local
288 PetscCall(PetscOptionsGetString(NULL, NULL, "-AJSON", jfilename, PETSC_MAX_PATH_LEN, &flg3)); in main()
297 ParseJSON(jfilename, &filenames, &groupnames, &matnames, &nmat); in main()
345 UpdateJSON(jfilename, spmv_times, starting_spmv_time, matformats[j], use_gpu, repetitions); in main()