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

[feat] Introduce launcher modifiers replacing LauncherWrapper #3114

Merged
merged 4 commits into from
Feb 19, 2024

Conversation

vkarak
Copy link
Contributor

@vkarak vkarak commented Feb 10, 2024

This PR introduces two new variables in JobLauncher: modifier and modifier_options. These are combined and prepended to the emitted parallel launcher command. The use of LauncherWrapper is depreceted.

Closes #3100.

Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (98d8124) 86.65% compared to head (e960a8e) 86.67%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3114      +/-   ##
===========================================
+ Coverage    86.65%   86.67%   +0.01%     
===========================================
  Files           61       61              
  Lines        12066    12082      +16     
===========================================
+ Hits         10456    10472      +16     
  Misses        1610     1610              

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

reframe/core/launchers/__init__.py Outdated Show resolved Hide resolved
Co-authored-by: Theofilos Manitaras <[email protected]>
Copy link
Contributor

@victorusu victorusu left a comment

Choose a reason for hiding this comment

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

lgtm

@vkarak vkarak merged commit e7e93f0 into reframe-hpc:develop Feb 19, 2024
25 checks passed
@vkarak vkarak deleted the feat/launcher-modifiers branch February 19, 2024 21:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Support parallel launcher modifiers in an easier way
3 participants