globus / globus-compute

Globus Compute: High Performance Function Serving for Science
https://www.globus.org/compute
Apache License 2.0
146 stars 47 forks source link

Update GCE to run tasks in `tasks_working_dir` #1599

Closed yadudoc closed 3 months ago

yadudoc commented 3 months ago

Description

By default the working_dir was set to the endpoint_dir, which results in BashFunctions quickly cluttering up the dir. This change is added to collate output from BashFunctions in one directory.

GlobusComputeEngine.working_dir now defaults to tasks_working_dir

Type of change

Choose which options apply, and delete the ones which do not apply.