h5md-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [h5md-user] Variable-size particle groups


From: Olaf Lenz
Subject: Re: [h5md-user] Variable-size particle groups
Date: Tue, 29 May 2012 17:32:48 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120428 Thunderbird/12.0.1

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

On 05/29/2012 05:17 PM, Peter Colberg wrote:
> At any given timestep, each processor owns a defined set of 
> particles of varying number, which shall be written to an HDF5 
> dataset. The task that needs to be solved is to calculate for each 
> process the offset from the beginning of the “range” for the
> current time-step.
> 
> This could be done in parallel using a prefix sum [1].

Nah, the problem is not just knowing where to write in the file, but
that it may not change throughout the process.
The idea of parallel IO (with a distributed file system) is that a
single file is sliced up over several hard disks, so that each task just
has to write to its local disk. Otherwise, parallel IO wouldn't really
help, as the bottleneck is the IO speed of the hard disks.

Olaf
- -- 
Dr. rer. nat. Olaf Lenz
Institut für Computerphysik, Pfaffenwaldring 27, D-70569 Stuttgart
Phone: +49-711-685-63607
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.18 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk/E7B8ACgkQtQ3riQ3oo/prvQCgi5RUWlO37w8HNF9CPCnEgSzo
45YAn1c+5MvAz71B+ksPKkEEs4G1Y+GT
=c3RN
-----END PGP SIGNATURE-----



reply via email to

[Prev in Thread] Current Thread [Next in Thread]