Skip to Content.
Sympa Menu

h5part - [H5part] H5PartSetCanonicalView

h5part AT lists.psi.ch

Subject: H5Part development and discussion

List archive

[H5part] H5PartSetCanonicalView


Chronological Thread 
  • From: "Matthew Bettencourt" <mbetten AT sandia.gov>
  • To: h5part AT lists.psi.ch
  • Subject: [H5part] H5PartSetCanonicalView
  • Date: Thu, 25 Oct 2012 16:22:00 -0600
  • List-archive: <https://lists.web.psi.ch/pipermail/h5part/>
  • List-id: H5Part development and discussion <h5part.lists.psi.ch>

It appears that H5PartSetCanonicalView does not work correctly if you have fewer particles that you have processors. I have 3 procs and 2 particles.

if (H5PartSetCanonicalView(file_) != 0 )
error_out("Cannot set file view for h5part file\n");
h5part_int64_t npart = H5PartGetNumParticles(file_);

returns an npart equal to 2 and doesnt trip the error.
M





Archive powered by MHonArc 2.6.19.

Top of Page