Skip to content

Commit

Permalink
Removing multi-core processing until it stops being buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
york-stsci committed Nov 6, 2024
1 parent 38bb094 commit bc1ff71
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jwql/shared_tasks/run_pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,9 @@ def run_save_jump(input_file, short_name, work_directory, instrument, ramp_fit=T
pipe_type = args.pipe
outputs = args.outputs
step_args = args.step_args
# ***** FUTURE FIX *****
# This needs to be removed once it's possible to do multi-core pipelines again
args.max_cores = "none"

status_file = os.path.join(working_path, short_name + "_status.txt")
with open(status_file, 'w') as out_file:
Expand Down

0 comments on commit bc1ff71

Please sign in to comment.