Skip to content

Commit

Permalink
remove --export=ALL from native, when is_exclusive set true
Browse files Browse the repository at this point in the history
  • Loading branch information
weihuang-jedi committed Jul 23, 2024
1 parent af573af commit 0929180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rocoto/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ def get_resource(self, task_name):
native += ':shared'
elif scheduler in ['slurm']:
if task_config.get('is_exclusive', False):
native = '--export=ALL --exclusive'
native = '--exclusive'
else:
native = '--export=NONE'
if task_config['RESERVATION'] != "":
Expand Down

0 comments on commit 0929180

Please sign in to comment.