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

Fixed handling of env vars in Slurm. The existing template made some #445

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

hategan
Copy link
Collaborator

@hategan hategan commented Feb 7, 2024

assumptions about how the process worked that were incorrect. Specifically, you cannot issue multiple #SBATCH --export directives and expect them to add up. Only one should be used.

assumptions about how the process worked that were incorrect. Specifically,
you cannot issue multiple `#SBATCH --export` directives and expect them
to add up. Only one should be used.
@hategan hategan requested a review from andre-merzky February 7, 2024 04:11
Copy link

codecov bot commented Feb 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (391eb6b) 74.48% compared to head (25fa212) 74.48%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #445   +/-   ##
=======================================
  Coverage   74.48%   74.48%           
=======================================
  Files          94       94           
  Lines        3868     3868           
=======================================
  Hits         2881     2881           
  Misses        987      987           

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

Copy link
Collaborator

@andre-merzky andre-merzky left a comment

Choose a reason for hiding this comment

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

LGTM

@hategan hategan merged commit 03cc5d4 into main Feb 7, 2024
15 checks passed
@hategan hategan deleted the fix_slurm_env_vars branch February 7, 2024 17:28
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.

2 participants