[petsc-dev] how come rank is an MPInt?

Smith, Barry F. bsmith at mcs.anl.gov
Tue Feb 13 09:11:00 CST 2018


typedef struct {
  PetscInt rank;                /* Rank of owner */
  PetscInt index;               /* Index of node on rank */
} PetscSFNode;


Shouldn't rank be a PetscMPIInt? and its various uses be fixed?


  Barry



More information about the petsc-dev mailing list