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

make it possible to execute distributed simulation waiting for each other #415

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

maurerle
Copy link
Member

  • improve distributed run configs
  • update mango-agents-assume to latest version
  • agent and manager wait for each other on startup

This adds command line options to tell the script how many workers will be available.
Each worker must know its own address.

Currently, there is no decent way to distribute a CSV configuration across the workers, so only "world_script" style is functional for now.

@maurerle maurerle changed the title make it possible to execute distributed simulation make it possible to execute distributed simulation waiting for each other Sep 12, 2024
Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.55%. Comparing base (e7ad657) to head (1fc2211).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #415   +/-   ##
=======================================
  Coverage   76.55%   76.55%           
=======================================
  Files          50       50           
  Lines        5899     5899           
=======================================
  Hits         4516     4516           
  Misses       1383     1383           
Flag Coverage Δ
pytest 76.55% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

* improve distributed run configs
* update mango-agents-assume to latest version
* agent and manager wait for each other on startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant