Skip to content

Commit

Permalink
Fix missing qos and constraint attributes that broke SlurmProvider in #…
Browse files Browse the repository at this point in the history
  • Loading branch information
tylern4 authored Dec 14, 2023
1 parent 209979b commit 4838c73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parsl/providers/slurm/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,8 @@ def __init__(self,
self.exclusive = exclusive
self.move_files = move_files
self.account = account
self.qos = qos
self.constraint = constraint
self.scheduler_options = scheduler_options + '\n'
if exclusive:
self.scheduler_options += "#SBATCH --exclusive\n"
Expand Down

0 comments on commit 4838c73

Please sign in to comment.