Skip to content

Feature/updated globus compute#1731

Open
jlnav wants to merge 17 commits into
developfrom
feature/updated_globus_compute
Open

Feature/updated globus compute#1731
jlnav wants to merge 17 commits into
developfrom
feature/updated_globus_compute

Conversation

@jlnav
Copy link
Copy Markdown
Member

@jlnav jlnav commented May 19, 2026

Older worker-local Globus-Compute-submissions removed, replaced with:

GlobusComputeExecutor

  • Function-submitter that largely mirrors the interface of the other libEnsemble executors

GlobusCompute "Mode"

  • The generator is local to the manager by default, so other workers aren't technically needed to run sims if using globus compute.
  • Sim work, with all corresponding inputs, is submitted directly by the manager to globus compute.
  • "legacy" and "new"-styled sims supported.
  • "nworkers" controls number of simultaneous parallel submissions to globus compute.
  • Output/input work is wrapped as though it went-to/came-from a worker

Misc changes

  • Rewrite of AGENTS.md to reduce tokens

Credit to Claude, of course

@jlnav jlnav marked this pull request as ready for review May 21, 2026 20:50
@codecov
Copy link
Copy Markdown

codecov Bot commented May 21, 2026

Codecov Report

❌ Patch coverage is 71.08753% with 109 lines in your changes missing coverage. Please review.
✅ Project coverage is 77.03%. Comparing base (87ec8e6) to head (004ea74).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
libensemble/manager.py 67.34% 37 Missing and 11 partials ⚠️
libensemble/executors/globus_compute_executor.py 73.71% 30 Missing and 11 partials ⚠️
libensemble/libE.py 50.00% 6 Missing and 5 partials ⚠️
libensemble/utils/globus_compute.py 82.69% 8 Missing and 1 partial ⚠️

❗ There is a different number of reports uploaded between BASE (87ec8e6) and HEAD (004ea74). Click for more details.

HEAD has 6 uploads less than BASE
Flag BASE (87ec8e6) HEAD (004ea74)
15 9
Additional details and impacted files
@@             Coverage Diff              @@
##           develop    #1731       +/-   ##
============================================
- Coverage    90.97%   77.03%   -13.94%     
============================================
  Files           79       81        +2     
  Lines         8317     8667      +350     
  Branches      1279     1340       +61     
============================================
- Hits          7566     6677      -889     
- Misses         553     1721     +1168     
- Partials       198      269       +71     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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