Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dbench_spmv.c265 char *matformats[5]; in main() local
276 PetscCall(PetscOptionsGetStringArray(NULL, NULL, "-formats", matformats, &nformats, &flg1)); in main()
279 PetscCall(PetscStrallocpy("csr", &matformats[0])); in main()
329 PetscCall(MapToPetscMatType(matformats[j], use_gpu, &petscmatformat)); in main()
330 …C_ERR_USER_INPUT, "Invalid mat format %s, supported options include csr and sell.", matformats[j]); in main()
345 UpdateJSON(jfilename, spmv_times, starting_spmv_time, matformats[j], use_gpu, repetitions); in main()
370 for (j = 0; j < nformats; j++) PetscCall(PetscFree(matformats[j])); in main()