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

Drop ray support and delete references in docs #263

Merged
merged 2 commits into from
Mar 1, 2023

Conversation

al-rigazzi
Copy link
Collaborator

Removes the Ray Cluster feature from SmartSim. This includes:

  • removal from manifest and Launcher
  • removal from tutorials
  • removal from docs

@codecov-commenter
Copy link

codecov-commenter commented Feb 25, 2023

Codecov Report

Merging #263 (4b19f8a) into develop (0e23f43) will increase coverage by 0.89%.
The diff coverage is 100.00%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #263      +/-   ##
===========================================
+ Coverage    84.06%   84.95%   +0.89%     
===========================================
  Files           62       60       -2     
  Lines         3545     3424     -121     
===========================================
- Hits          2980     2909      -71     
+ Misses         565      515      -50     
Impacted Files Coverage Δ
smartsim/_core/generation/generator.py 93.54% <ø> (-0.07%) ⬇️
smartsim/experiment.py 80.43% <ø> (-0.28%) ⬇️
smartsim/_core/control/controller.py 84.45% <100.00%> (ø)
smartsim/_core/control/manifest.py 94.78% <100.00%> (-0.34%) ⬇️

Copy link
Member

@MattToast MattToast left a comment

Choose a reason for hiding this comment

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

LGTM!! Good work on the through clean up, I couldn't find any additional references to ray throughout the code base, and all remaining functionality looks fully intact!

@@ -38,6 +39,9 @@ Detailed Notes
satisfied, the `Experiment` will attempt to wrap the underlying run command in a batch job using
the object referenced at `Model.batch_settings` as the batch settings for the job. If the check
is not satisfied, the `Model` is launched in the traditional manner as a job step. (PR245_)
- The support for Ray was dropped, as its most recent versions caused problems when deployed through SmartSim.
We plan to release a separate add-on library to accomplish the same results. If
you are interested in getting the Ray launch functionality back in your workflow, please get in touch with us!
Copy link
Member

Choose a reason for hiding this comment

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

Just following the pattern of the changelog.rst, should we link this PR here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Totally, I did not have the link until it was published :)

Fix changelog order and links
@al-rigazzi al-rigazzi merged commit bc3ccf1 into CrayLabs:develop Mar 1, 2023
@al-rigazzi al-rigazzi deleted the drop_ray branch March 1, 2023 10:30
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.

3 participants