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

When running the concurrency suite, sequentialize the plotting #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bruceg
Copy link
Member

@bruceg bruceg commented Aug 6, 2021

The final step of running each concurrency test ends up running inkscape
to convert the SVG files into PNGs. This is a rather large program and
ends up being run in parallel once for each core, which can rapidly
exhaust memory on machines with high core counts. This moves that step
out of the parallel section.

The final step of running each concurrency test ends up running inkscape
to convert the SVG files into PNGs. This is a rather large program and
ends up being run in parallel once for each core, which can rapidly
exhaust memory on machines with high core counts. This moves that step
out of the parallel section.
@bruceg bruceg added the enhancement New feature or request label Aug 6, 2021
@bruceg bruceg requested a review from jszwedko August 6, 2021 22:49
@bruceg bruceg self-assigned this Aug 6, 2021
Copy link
Member

@jszwedko jszwedko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 good call

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants