Skip to content

Commit

Permalink
Add +CoffeaCasaWorkerType = dask
Browse files Browse the repository at this point in the history
  • Loading branch information
oshadura committed Apr 19, 2024
1 parent 4f1392b commit 7f1cfb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions coffea_casa/coffea_casa.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def _modify_job_kwargs(cls,
{"should_transfer_files": "YES"},
{"Stream_Output": "False"},
{"Stream_Error": "False"},
{"+CoffeaCasaWorkerType": "dask"},
{"+DaskSchedulerAddress": external_ip_string},
job_kwargs.get(
"job_extra_directives", dask.config.get(f"jobqueue.{cls.config_name}.job_extra_directives")
Expand Down

0 comments on commit 7f1cfb0

Please sign in to comment.