Home
last modified time | relevance | path

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

/petsc/src/vec/vec/tests/
H A Dex2k.c22 PetscInt i, j, k, M, N, mcount, its = 100, nsamples, ncount, maxN; in main() local
44 mcount = PETSC_STATIC_ARRAY_LENGTH(Ms); // length of Ms[] in main()
48 nsamples = mcount; in main()
49 …PetscCall(PetscOptionsGetInt(NULL, NULL, "-n", &mcount, NULL)); // Up to vectors of local size 2^{… in main()
66 nsamples = PetscMin(nsamples, mcount); in main()