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

HDXP: Running multiple threads in one step of a Visualization #565

Open
MikePlekan opened this issue Apr 15, 2024 · 0 comments
Open

HDXP: Running multiple threads in one step of a Visualization #565

MikePlekan opened this issue Apr 15, 2024 · 0 comments
Labels
parallel Support for parallel graphs and AVs

Comments

@MikePlekan
Copy link
Collaborator

This idea is for having the hdxparallel engine run multiple threads before updating the screen again(aka. one step). This would bring the simulation of the parallelism closer to real parallelism.

Some tips/ideas for implementation:

  • The scheduler mode functions(RR, RANDOM, SJF, LJF) are going to need to be updated to pick N amount of threads per call.
  • The callEvent function will either need to run multiple threads or be called for each thread picked. I would recommend callEvent running multiple but I think either will work.
@MikePlekan MikePlekan added the parallel Support for parallel graphs and AVs label Apr 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
parallel Support for parallel graphs and AVs
Projects
None yet
Development

No branches or pull requests

1 participant