Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Memory issues during benchmarking. #786

Closed
mnlesane opened this issue Jun 13, 2013 · 2 comments
Closed

Memory issues during benchmarking. #786

mnlesane opened this issue Jun 13, 2013 · 2 comments

Comments

@mnlesane
Copy link
Member

Submitted to HPX bug reports at Bryce's suggestion for additional reviewing.

https://github.com/mnlesane/benchmark-data/blob/master/err.txt

The above error output was generated while executing the default (e.g., no modifications) build of osu_bibw:
srun -p marvin -N 2 osu_bibw -t 2

Similar outputs are generated for srun ... osu_bibw when any number of threads greater than 1 is used, or for any number of threads when compression is enabled.

No such errors occur when executed normally on Hermione without srun.

@sithhell
Copy link
Member

Those are not really errors, just messages printed to stderr for your information.
In any case, the messages are strange. Investigating.

@sithhell
Copy link
Member

The messages you are seeing from tcmalloc is what is to be expected.

After investigating, i observed that the allocated chunks are approx. 2500 times larger than what is the reported buffer size. There are 2048 parcels sent and recieved at the same time. This means, those messages merely indicate that parcel buffering is working as expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants