Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • A ADIOS2
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 97
    • Issues 97
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Podhorszki, Norbert
  • ADIOS2
  • Issues
  • #1492
Closed
Open
Issue created Jun 12, 2019 by Podhorszki, Norbert@pnbOwner

bpls throws exception when dumping isosurface mesh data

Created by: keichi

$ bpls iso.bp
  int32_t  cell    24*{34988, 3}
  double   normal  24*{19466, 3}
  double   point   24*{19466, 3}
  int32_t  step    24*scalar
$ bpls -d iso.bp
  int32_t  cell    24*{34988, 3}

bpls caught an exception
ERROR: selection Start Dims(2):[0, 0] and Count Dims(2):[34988, 3] (requested) is out of bounds of (available) Shape Dims(2):[34208, 3] , when reading global array variable cell, in call to Get

iso.bp is generated by the isosurface app included in the gray-scott miniapp suite.

Assignee
Assign to
Time tracking