Skip to Content.
Sympa Menu

h5part - [H5Part] version 1.6.2 fails for npoints=0 on two processors

h5part AT lists.psi.ch

Subject: H5Part development and discussion

List archive

[H5Part] version 1.6.2 fails for npoints=0 on two processors


Chronological Thread 
  • From: Sergey Litvinov <slitvinov AT gmail.com>
  • To: h5part AT lists.psi.ch
  • Subject: [H5Part] version 1.6.2 fails for npoints=0 on two processors
  • Date: Wed, 6 Oct 2010 10:43:03 +0200
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=HwKTr7pCGYZJQFrhMYuB5tOHbhFlEsE823TE7zIOO8FZCj0c3oIek2C3pcPUUKfJv8 HVKa41rwoASQjGMdcFYCQZPkCpAdSz7DxJJDxlbjqKMv03TrqP1om1DJOVki5fGUjptg 7zCAsfP4PxpJY9nHcMaloIJM0Bezt0mo05wVI=
  • List-archive: <https://lists.web.psi.ch/pipermail/h5part/>
  • List-id: H5Part development and discussion <h5part.lists.psi.ch>

I am using fortran API of H5Part on HLRB-II supercomputer in Germany.
http://www.lrz.de/services/compute/hlrb/

I found that H5Part fails if I have more then one processor with zero
particles.

I can reproduce the error with a test case. Please find in the attachments

testfzero.F90: a test case I compile. (One can put
it in place of test/testf.F90 or modify test/Makefile.am
to have it as a new test case)

I compile  hdf5-1.8.5-patch1 with debug enabled and set environment variable
export HDF5_DEBUG="trace"
config.log.hdf5: logfile of hdf5 configuration

H5Part-1.6.2
config.log.H5part: logfile of H5Part configuration

np.2: is an output of mpirun -prefix "%g: " -np 2 ./testf  (OK)
np.3: is an output of mpirun -prefix "%g: " -np 3 ./testf  (fails)

I use
> mpirun --version
MPI: libxmpi.so 'SGI MPT 1.26  09/04/10 08:45:46'

> mpif90
mpif90 for LRZ wrapper for SGI MPT
ifort (IFORT) 10.1 20090817

> mpicc
mpicc for LRZ wrapper for SGI MPT
icc (ICC) 10.1 20090817

Attachment: testfzero.F90
Description: Binary data

Attachment: np.3
Description: Binary data

Attachment: np.2
Description: Binary data

Attachment: config.log.hdf5
Description: Binary data

Attachment: config.log.H5part
Description: Binary data




Archive powered by MHonArc 2.6.19.

Top of Page