Searched refs:DEFAULT_BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
14 #define DEFAULT_BLOCKSIZE 64 macro1678 PetscCall(PetscBLASIntCast((mb == PETSC_DECIDE) ? DEFAULT_BLOCKSIZE : mb, &a->mb)); in MatScaLAPACKSetBlockSizes_ScaLAPACK()1841 a->mb = DEFAULT_BLOCKSIZE; in MatCreate_ScaLAPACK()1842 a->nb = DEFAULT_BLOCKSIZE; in MatCreate_ScaLAPACK()1915 PetscCall(PetscBLASIntCast((mb == PETSC_DECIDE) ? DEFAULT_BLOCKSIZE : mb, &a->mb)); in MatCreateScaLAPACK()