Skip to content

Is it possible to speedup this reader's code? #4165

Answered by eisenhauer
abkein asked this question in Q&A
Discussion options

You must be logged in to vote

I've got some random notes on your code which I'll add at the end, but mostly there's not much on the reader side to customize. In simple situations like this, ADIOS read performance depends upon filesystem performance. Make sure ADIOS itself is compiled with optimization (Release build) and think about using BP5 (current default file engine). In more complex situations, for example a multi-dimensional global array with portions written by many different writer ranks where the reader wants only a slice of the whole, then performance will vary not only with the raw filesystem performance, but also with how much processing ADIOS has to do to assemble the requested data from the set of chunk…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
1 reply
@abkein
Comment options

Answer selected by abkein
Comment options

You must be logged in to vote
4 replies
@abkein
Comment options

@eisenhauer
Comment options

@pnorbert
Comment options

@abkein
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants