Skip to content
  • Jeongu Kim's avatar
    Fix MPI type and format string for cgsize_t · 1fb9530e
    Jeongu Kim authored
    Currently, CGNS viewer assumes that cgsize_t is always 64-bit integer so
    it uses MPIU_INT64 and PetscInt64_FMT for MPI type and format string.
    Actually, the definition of cgsize_t depends on the configuration of
    CGNS.
    1fb9530e